mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #819 from lasanthaDLPDS/master
Fixing UI issues in device type API
This commit is contained in:
commit
83fc26b722
@ -20,6 +20,10 @@
|
||||
{{unit "cdmf.unit.data-tables-extended"}}
|
||||
{{unit "cdmf.unit.ui.modal"}}
|
||||
|
||||
{{#zone "topCss"}}
|
||||
{{css "css/custom.css"}}
|
||||
{{/zone}}
|
||||
|
||||
{{#zone "breadcrumbs"}}
|
||||
<li>
|
||||
<a href="{{@app.context}}/">
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
#devicetype-table .dataTablesTop{
|
||||
Display : none;
|
||||
}
|
||||
@ -125,7 +125,7 @@ function loadDeviceTypes() {
|
||||
//noinspection JSUnusedLocalSymbols
|
||||
var columns = [
|
||||
{
|
||||
class: "remove-padding icon-only content-fill",
|
||||
class: "remove-padding content-fill",
|
||||
data: null,
|
||||
defaultContent: "<div class='thumbnail icon'>" +
|
||||
"<i class='square-element text fw fw-devices' style='font-size: 74px;'></i>" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user