Basic node management in admin panel.
This commit is contained in:
parent
6cab6371d1
commit
d5c69fa78f
10 changed files with 180 additions and 38 deletions
|
@ -13,6 +13,18 @@
|
|||
color: lightcoral;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.monitoring-active {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.monitoring-confirmation-pending {
|
||||
color: lightcoral;
|
||||
}
|
||||
|
||||
.monitoring-disabled {
|
||||
color: grey;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body ng-app="ffffngAdmin">
|
||||
|
@ -20,7 +32,9 @@
|
|||
|
||||
<script src="js/moment-with-locales.min.js"></script>
|
||||
<script src="js/ng-admin.min.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<script src="js/validation/constraints.js"></script>
|
||||
<script src="js/views/taskActionButton.js"></script>
|
||||
<script src="js/config.js"></script>
|
||||
<script src="js/taskActionButton.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue