Skip to content

Commit

Permalink
Remove storage plot from core
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed Sep 18, 2019
1 parent b6393cf commit ce40d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/helpers/site_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use munkireport\models\Machine_group, munkireport\lib\Modules, munkireport\lib\Dashboard;

// Munkireport version (last number is number of commits)
$GLOBALS['version'] = '5.0.0.3892';
$GLOBALS['version'] = '5.0.0.3893';

// Return version without commit count
function get_version()
Expand Down
1 change: 0 additions & 1 deletion app/views/client/client_detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,5 @@
<script src="<?php echo conf('subdirectory'); ?>assets/js/typeahead.bundle.min.js"></script>
<script src="<?php echo conf('subdirectory'); ?>assets/js/marked.min.js"></script>
<script src="<?php echo conf('subdirectory'); ?>assets/js/munkireport.comment.js"></script>
<script src="<?php echo conf('subdirectory'); ?>assets/js/munkireport.storageplot.js"></script>

<?php $this->view('partials/foot'); ?>

0 comments on commit ce40d66

Please sign in to comment.