mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing formatting issues
This commit is contained in:
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…
Reference in New Issue
Block a user