Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nap0o authored Mar 2, 2024
1 parent 6e6b05f commit 062c836
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resource/static/theme-server-status/js/mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ const mixinsVue = {
showGroup: false,
showGoTop: false,
preferredTemplate: null,
isMobile: false
isMobile: false,
adaptedTemplates: [
{ key: 'default', name: 'Default', icon: 'th large' },
{ key: 'angel-kanade', name: 'AngelKanade', icon: 'square' },
{ key: 'server-status', name: 'SeverStatus', icon: 'list' }
]
},
created() {
this.isMobile = this.checkIsMobile();
Expand Down

0 comments on commit 062c836

Please sign in to comment.