diff --git a/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js b/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js index 28f2768f..1425ab89 100644 --- a/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js +++ b/luci-app-fchomo/htdocs/luci-static/resources/fchomo.js @@ -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' },