Skip to content

Commit

Permalink
chore: recommend to use zashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Dec 9, 2024
1 parent bf88488 commit 15c9803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luci-app-fchomo/htdocs/luci-static/resources/fchomo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ return baseclass.extend({
],

dashrepos: [
['metacubex/metacubexd', _('metacubexd')],
['zephyruso/zashboard', _('zashboard')],
['metacubex/metacubexd', _('metacubexd')],
['metacubex/yacd-meta', _('yacd-meta')],
['metacubex/razord-meta', _('razord-meta')]
],

dashrepos_urlparams: {
'metacubex/metacubexd': '#/setup' + '?hostname=%s&port=%s&secret=%s',
'zephyruso/zashboard': '#/setup' + '?hostname=%s&port=%s&secret=%s',
'metacubex/metacubexd': '#/setup' + '?hostname=%s&port=%s&secret=%s',
'metacubex/yacd-meta': '?hostname=%s&port=%s&secret=%s',
'metacubex/razord-meta': '?host=%s&port=%s&secret=%s'
},
Expand Down

0 comments on commit 15c9803

Please sign in to comment.