diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-03-24 14:32:16 +0100 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2021-03-24 14:32:16 +0100 |
commit | 2ad382b5ed0e927121308f83a51d8f3a89d41e50 (patch) | |
tree | aace4bb10735a98e979780fee395c71b36d38d30 /ogcp/templates/actions/hardware.html | |
parent | 9ee0565ac41661a0521630fbfe1ea9e896fcec52 (diff) |
Add cosmetic improvements
* Adds label for each action page.
* Adds a colored state for opengnsys connected clients
* Fix nav active item
* Rename some actions
* Adds DISK to partition and format form
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> |