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;
|
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…
Reference in New Issue
Block a user