wip agent deployment scan
This commit is contained in:
parent
1445740e2c
commit
6ac21acd39
|
@ -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());
|
||||
});
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue