update Device full CRUD

This commit is contained in:
2020-10-13 13:40:49 +07:00
parent 64e62ca3ce
commit 03e03c7e13
20 changed files with 1170 additions and 77 deletions

View File

@@ -252,10 +252,19 @@ table > tbody > tr.success >td>a {
background: #b2d7ec;
border: 1px solid #3c8dbc;
}
.action-button-disabled{
padding: 10px;
margin: 0;
font-weight: inherit;
border: 1px solid #ecf0f5;
}
.modal-header{
padding: 10px;
background: #b2d7ec;
}
.fa-1-5x {
font-size: 1.3em !important;
}
.alert{
padding: 5px;
}