This commit is contained in:
2018-12-01 23:21:20 -05:00
parent 5849a2620e
commit dfb81bf388
8 changed files with 224 additions and 235 deletions

View File

@ -384,7 +384,7 @@ function display_ops_hosts(hosts) {
var odd = true;
for (var x in hosts.targets) {
$(cat).after(
$(cat).append(
"<div class='" + (odd ? "odd_row" : "even_row") + " cat_" + cat_id + "'>" +
"<span class='cat-cell' style='width:102px;text-align:left'>" +
"<input type='checkbox' class='tgt-sel' value='" + hosts.targets[x].id + "' onclick='javascript:update_tgt_chk(this);' />" +

18
ste/ste_script.min.js vendored

File diff suppressed because one or more lines are too long