mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
wip agent deployment scan
This commit is contained in:
parent
1445740e2c
commit
6ac21acd39
@ -588,9 +588,6 @@ echo '</div>';
|
|||||||
text: 'OK',
|
text: 'OK',
|
||||||
click: function(e) {
|
click: function(e) {
|
||||||
var values = {};
|
var values = {};
|
||||||
|
|
||||||
console.log($('#form_new'));
|
|
||||||
|
|
||||||
$('#form_new :input').each(function() {
|
$('#form_new :input').each(function() {
|
||||||
values[this.name] = btoa($(this).val());
|
values[this.name] = btoa($(this).val());
|
||||||
});
|
});
|
||||||
|
@ -27,3 +27,8 @@ ul.wizard li.flex-indep {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.datatable_filter.content li input[type="text"] {
|
||||||
|
width: 150px;
|
||||||
|
margin: 0 1em 0 0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user