Support for viewing and exporting packs
This commit is contained in:
parent
a1bc6fa2d3
commit
09c2dcc1b6
8 changed files with 403 additions and 21 deletions
|
@ -172,6 +172,7 @@
|
|||
{!! Theme::js('js/vendor/ace/ext-modelist.js') !!}
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('#sidebar_links').find("a[href='/admin/services/packs']").addClass('active');
|
||||
const Editor = ace.edit('build_script');
|
||||
|
||||
Editor.setTheme('ace/theme/chrome');
|
||||
|
|
Reference in a new issue