TC pushbot 5 преди 4 години
родител
ревизия
5a70c3523e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/SystemAO/disk/smart/smart.html

+ 1 - 1
web/SystemAO/disk/smart/smart.html

@@ -74,7 +74,7 @@
           $.getJSON("/system/disk/smart/getSMART", function(data) {
                 smartDATA = data;
                 $("#mainmenu").html("");
-                if (data == null || $(data).length == 0) {
+                if (data.devices == null || $(data).length == 0) {
                     $("#smart-holder").append(append("-1","No disk find!","",-1));
                     $("#healthy").text("No disks detected.");
                     $("#totaldisk").text("0");