summaryrefslogtreecommitdiffstats
path: root/install/static/layouts/default/hbac-details-sourcehost.html
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/layouts/default/hbac-details-sourcehost.html')
-rwxr-xr-xinstall/static/layouts/default/hbac-details-sourcehost.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/install/static/layouts/default/hbac-details-sourcehost.html b/install/static/layouts/default/hbac-details-sourcehost.html
index 12e934c0d..aae1ef380 100755
--- a/install/static/layouts/default/hbac-details-sourcehost.html
+++ b/install/static/layouts/default/hbac-details-sourcehost.html
@@ -9,11 +9,14 @@
<body>
<div id="contents">
Rule applies when access is being initiated from:
- <input type="radio" name="sourcehostcategory" value="all"/>Any Host
- <input type="radio" name="sourcehostcategory" value=""/>Specified Hosts and Groups
+ <span name="sourcehostcategory">
+ <input type="radio" name="sourcehostcategory" value="all"/>Any Host
+ <input type="radio" name="sourcehostcategory" value=""/>Specified Hosts and Groups
+ <span name="undo" class="ui-state-highlight ui-corner-all" style="display: none;">undo</span>
+ </span>
<br/>
- <div id="hbac-sourcehost_host">
+ <span name="sourcehost_host">
<table class="search-table">
<thead>
<tr>
@@ -40,9 +43,9 @@
</tr>
</tbody>
</table>
- </div>
+ </span>
- <div id="hbac-sourcehost_hostgroup">
+ <span name="sourcehost_hostgroup">
<table class="search-table">
<thead>
<tr>
@@ -69,7 +72,7 @@
</tr>
</tbody>
</table>
- </div>
+ </span>
</div>
</body>
</html> \ No newline at end of file