Fixing formatting issues

revert-70aa11f8
Dileesha Rajapakse 7 years ago
parent eaf6b304fe
commit 5cb6bc2afa

@ -141,7 +141,7 @@
margin: 0px; margin: 0px;
} }
.tab-actions { .tab-actions {
margin: 0px; margin: 0px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.tab-actions .action-prop{ .tab-actions .action-prop{

@ -59,7 +59,7 @@ function getLogStatusIcon(entry) {
case 'ERROR': case 'ERROR':
return 'fw-error'; return 'fw-error';
default: default:
return 'fw-info' return 'fw-info';
} }
} }
@ -203,7 +203,7 @@ function loadOperationsLog(update) {
case 'ERROR': case 'ERROR':
return 'fw-error'; return 'fw-error';
default: default:
return 'fw-info' return 'fw-info';
} }
} }
} }
@ -306,7 +306,6 @@ function loadApplicationsList() {
data[i]["name"] = decodeURIComponent(data[i]["name"]); data[i]["name"] = decodeURIComponent(data[i]["name"]);
data[i]["platform"] = deviceType; data[i]["platform"] = deviceType;
} }
var viewModel = {}; var viewModel = {};
viewModel["applications"] = data; viewModel["applications"] = data;
viewModel["deviceType"] = deviceType; viewModel["deviceType"] = deviceType;

Loading…
Cancel
Save