diff options
Diffstat (limited to 'ogcp/templates/actions/hardware.html')
-rw-r--r-- | ogcp/templates/actions/hardware.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ogcp/templates/actions/hardware.html b/ogcp/templates/actions/hardware.html index 31f4d81..c447c57 100644 --- a/ogcp/templates/actions/hardware.html +++ b/ogcp/templates/actions/hardware.html @@ -3,6 +3,10 @@ {% block content %} +<h1 class="m-5">{{_('Hardware inventory')}}</h1> + +<h2 class="mb-3 mx-5">Selected client: {{ form.ips.data }}</h1> + <table class="table table-striped"> <thead class="thead-dark"> <tr> |