wip agent deployment scan

This commit is contained in:
fbsanchez 2019-07-25 18:35:51 +02:00
parent 1445740e2c
commit 6ac21acd39
2 changed files with 5 additions and 3 deletions

View File

@ -588,9 +588,6 @@ echo '</div>';
text: 'OK',
click: function(e) {
var values = {};
console.log($('#form_new'));
$('#form_new :input').each(function() {
values[this.name] = btoa($(this).val());
});

View File

@ -27,3 +27,8 @@ ul.wizard li.flex-indep {
flex: 1;
margin: 0;
}
.datatable_filter.content li input[type="text"] {
width: 150px;
margin: 0 1em 0 0;
}