Skip to content

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Oct 1, 2024
1 parent f55eadc commit d6af1a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions shell/config/uiplugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ export const UI_PLUGIN_LABELS = {
CATALOG: 'catalog.cattle.io/ui-extensions-catalog',
};

// Plugin Metadata properties
export const UI_PLUGIN_METADATA = {
RANCHER_VERSION: 'rancherVersion',
EXTENSION_VERSION: 'extVersion',
EXTENSIONS_HOST: 'host',
DISPLAY_NAME: 'displayName',
};

export const EXTENSIONS_INCOMPATIBILITY_TYPES = {
UI: 'uiVersion',
EXTENSIONS_API: 'extensionsApiVersion',
Expand Down

0 comments on commit d6af1a5

Please sign in to comment.