mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
* feat: add namespace field * feat: add optional inputs * feat: refine code * feat: add feature flag * refactor: fix lint error * feat: filter default namespaces * refactor: hide tips with feature flag * refactor: use UnitInput * feat: load default value from settings * refactor: fix API url * refactor: no available namespaces * chore: update subject-case rule --------- Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
10 lines
472 B
JavaScript
10 lines
472 B
JavaScript
// suffix of doc link, see utils/feature-flags.js how to get complete doc link
|
|
export const DOC = {
|
|
CONSOLE_URL: `/host/#remote-console`,
|
|
RANCHER_INTEGRATION_URL: `/rancher/rancher-integration`,
|
|
KSMTUNED_MODE: `/host/#ksmtuned-mode`,
|
|
UPGRADE_URL: `/upgrade/index`,
|
|
STORAGE_NETWORK_EXAMPLE: `/advanced/storagenetwork#configuration-example`,
|
|
SUPPORT_BUNDLE_NAMESPACES: `/advanced/index/#support-bundle-namespaces`,
|
|
};
|