Push updated server views
This commit is contained in:
parent
9a14cb5687
commit
e688468920
17 changed files with 1245 additions and 776 deletions
File diff suppressed because one or more lines are too long
|
@ -141,8 +141,8 @@ li.select2-results__option--highlighted[aria-selected="false"] > .user-block > .
|
|||
color: #eee;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
margin: 2.5px;
|
||||
.select2-selection.select2-selection--multiple {
|
||||
min-height: 36px !important;
|
||||
}
|
||||
|
||||
.select2-search--inline .select2-search__field:focus {
|
||||
|
|
|
@ -111,7 +111,7 @@ $('#pLocationId').on('change', function (event) {
|
|||
|
||||
$.ajax({
|
||||
method: 'POST',
|
||||
url: Router.route('admin.servers.new.get-nodes'),
|
||||
url: Router.route('admin.servers.new.nodes'),
|
||||
headers: { 'X-CSRF-TOKEN': $('meta[name="_token"]').attr('content') },
|
||||
data: { location: currentLocation },
|
||||
}).done(function (data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue