Add back manage and delete tabs to server view

Will come back to deal with Startup and Database tabs at a later date.
This commit is contained in:
Dane Everitt 2017-02-25 14:14:07 -05:00
parent fb21bf9282
commit 9f54ff236a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 97 additions and 6 deletions

View file

@ -212,10 +212,6 @@
</div>
<script>
$(document).ready(function () {
// Remeber Active Tab and Navigate to it on Reload
for(var queryParameters={},queryString=location.search.substring(1),re=/([^&=]+)=([^&]*)/g,m;m=re.exec(queryString);)queryParameters[decodeURIComponent(m[1])]=decodeURIComponent(m[2]);$("a[data-toggle='tab']").click(function(){queryParameters.tab=$(this).attr("href").substring(1),window.history.pushState(null,null,location.pathname+"?"+$.param(queryParameters))});
if($.urlParam('tab') != null){$('.nav.nav-tabs a[href="#' + $.urlParam('tab') + '"]').tab('show');}
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
<?php preg_match('/^The\s(.*?)\sfield/', $error, $matches) ?>