Update startos/interfaces.ts
Use standard HTTP Web UI interface
This commit is contained in:
@@ -12,7 +12,7 @@ export const setInterfaces = sdk.setupInterfaces(async ({ effects }) => {
|
|||||||
const ui = sdk.createInterface(effects, {
|
const ui = sdk.createInterface(effects, {
|
||||||
name: i18n('Web Interface'),
|
name: i18n('Web Interface'),
|
||||||
id: 'ui',
|
id: 'ui',
|
||||||
description: i18n('The main web interface'),
|
description: i18n('The web interface of Munin Bitcoin'),
|
||||||
type: 'ui',
|
type: 'ui',
|
||||||
masked: false,
|
masked: false,
|
||||||
schemeOverride: null,
|
schemeOverride: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user