mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
refactor(Dashboard Widget Names): adds the name property to the components of the dashboard widgets
This commit is contained in:
@@ -2,6 +2,7 @@ import AbstractWidget from './Abstract.js';
|
||||
import StudiengangInformation from '../Cis/Cms/StudiengangInformation/StudiengangInformation.js';
|
||||
|
||||
export default {
|
||||
name: "WidgetsStudiengang",
|
||||
data(){
|
||||
return {};
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ import CalendarDate from '../../composables/CalendarDate.js';
|
||||
import moodleSvg from "../../helpers/moodleSVG.js"
|
||||
|
||||
export default {
|
||||
name: "WidgetsStundenplan",
|
||||
mixins: [
|
||||
Phrasen,
|
||||
AbstractWidget
|
||||
|
||||
Reference in New Issue
Block a user