diff --git a/octoprint_dashboard/static/js/dashboard.js b/octoprint_dashboard/static/js/dashboard.js index 9caf95c..bca5825 100644 --- a/octoprint_dashboard/static/js/dashboard.js +++ b/octoprint_dashboard/static/js/dashboard.js @@ -34,9 +34,9 @@ $(function() { self.virtualMemPercent = ko.observable(0); self.diskUsagePercent = ko.observable(0); self.cpuTemp = ko.observable(0); - //self.flipH = ko.observable(); - + + //Notify user if displaylayerprogress plugin is not installed self.DisplayLayerProgressAvailable = function() { if (self.settingsViewModel.settings.plugins.DisplayLayerProgress) @@ -50,7 +50,7 @@ $(function() { }); return "Warning: Can't get stats from DisplayLayerProgress. Is it installed, enabled and on the latest version?"; } - } + }; //Events from displaylayerprogress Plugin self.onDataUpdaterPluginMessage = function(plugin, data) { diff --git a/octoprint_dashboard/templates/dashboard_settings.jinja2 b/octoprint_dashboard/templates/dashboard_settings.jinja2 index f813cb7..056dee8 100644 --- a/octoprint_dashboard/templates/dashboard_settings.jinja2 +++ b/octoprint_dashboard/templates/dashboard_settings.jinja2 @@ -54,7 +54,7 @@ - + diff --git a/octoprint_dashboard/templates/dashboard_tab.jinja2 b/octoprint_dashboard/templates/dashboard_tab.jinja2 index 7cd61b5..89e13ac 100644 --- a/octoprint_dashboard/templates/dashboard_tab.jinja2 +++ b/octoprint_dashboard/templates/dashboard_tab.jinja2 @@ -1,4 +1,3 @@ -
@@ -36,7 +35,7 @@ -
+
diff --git a/setup.py b/setup.py index 540a91b..c98a826 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Dashboard" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.3.0" +plugin_version = "1.3.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module