Group Actions and Config by category (Space-CLI, Bitcoin, Spaced, Subspaces, Certrelay, Nacho) and build x86 + arm only. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { i18n } from './i18n'
|
||||
|
||||
/** Headers for the Actions and Config page (`ActionMetadata.group`). */
|
||||
export const actionGroups = {
|
||||
spaceCli: i18n('Space-CLI Web UI'),
|
||||
bitcoin: i18n('Bitcoin'),
|
||||
spaced: i18n('Spaced'),
|
||||
subspaces: i18n('Subspaces'),
|
||||
subspacesAuth: i18n('Subspaces Auth'),
|
||||
subspacesProverAuth: i18n('Subspaces Prover Auth'),
|
||||
subspacesRegistry: i18n('Subspaces Registry'),
|
||||
certrelay: i18n('Certrelay'),
|
||||
nacho: i18n('Nacho'),
|
||||
}
|
||||
Reference in New Issue
Block a user