Fixing formatting issues

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

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

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

Loading…
Cancel
Save