Merge pull request #8324 from JakubOnderka/fix-show-matrix

fix: [UI] Include jQuery UI for Galaxy Cluster view
pull/8336/head
Jakub Onderka 2022-05-03 09:14:45 +02:00 committed by GitHub
commit 0a787304a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -119,13 +119,14 @@ if (!empty($extendedByHtml)) {
?>
<div id="elements_content"></div>
</div>
<?= $this->element('genericElements/assetLoader', array(
'js' => array(
<?= $this->element('genericElements/assetLoader', [
'js' => [
'markdown-it',
),
));
'jquery-ui.min',
],
]);
?>
<script type="text/javascript">
<script>
$(function () {
$.get("<?= $baseurl ?>/galaxy_elements/index/<?php echo $cluster['GalaxyCluster']['id']; ?>", function(data) {
$("#elements_content").html(data);