- Fixed pagination not refreshing the data...
- Start creating single page of an Event
This commit is contained in:
@@ -61,6 +61,10 @@
|
||||
color: red;
|
||||
}
|
||||
|
||||
.isCalendar {
|
||||
color: #fff241;
|
||||
}
|
||||
|
||||
.isManager {
|
||||
color: green;
|
||||
}
|
||||
|
||||
@@ -74,6 +74,9 @@ export default class MenuOne extends Vue {
|
||||
if (elem.onlyManager)
|
||||
menu += ' isManager'
|
||||
|
||||
if (elem.extraclass)
|
||||
menu += ' ' + elem.extraclass
|
||||
|
||||
return menu
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user