Added possibility to enable / disable tasks.
This commit is contained in:
parent
8f8d78d1df
commit
53a0ecd366
7 changed files with 109 additions and 46 deletions
admin
|
@ -3,6 +3,17 @@
|
|||
<head>
|
||||
<title>Knotenverwaltung - Admin-Panel</title>
|
||||
<link rel="stylesheet" href="css/ng-admin.min.css">
|
||||
|
||||
<style>
|
||||
.task-enabled {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.task-disabled {
|
||||
color: lightcoral;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body ng-app="ffffngAdmin">
|
||||
<div ui-view></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue