mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-12 00:50:10 +08:00
fix: issue where workspace template labels were not working.
This commit is contained in:
@@ -5,15 +5,16 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
OnepanelPrefix = "onepanel.io/"
|
||||
TagPrefix = "tags.onepanel.io/"
|
||||
WorkflowTemplate = OnepanelPrefix + "workflow-template"
|
||||
WorkflowTemplateUid = OnepanelPrefix + "workflow-template-uid"
|
||||
WorkflowTemplateVersionUid = OnepanelPrefix + "workflow-template-version-uid"
|
||||
WorkflowUid = OnepanelPrefix + "workflow-uid"
|
||||
CronWorkflowUid = OnepanelPrefix + "cron-workflow-uid"
|
||||
Version = OnepanelPrefix + "version"
|
||||
VersionLatest = OnepanelPrefix + "version-latest"
|
||||
OnepanelPrefix = "onepanel.io/"
|
||||
TagPrefix = "tags.onepanel.io/"
|
||||
WorkflowTemplate = OnepanelPrefix + "workflow-template"
|
||||
WorkflowTemplateUid = OnepanelPrefix + "workflow-template-uid"
|
||||
WorkflowTemplateVersionUid = OnepanelPrefix + "workflow-template-version-uid"
|
||||
WorkspaceTemplateVersionUid = OnepanelPrefix + "workspace-template-version-uid"
|
||||
WorkflowUid = OnepanelPrefix + "workflow-uid"
|
||||
CronWorkflowUid = OnepanelPrefix + "cron-workflow-uid"
|
||||
Version = OnepanelPrefix + "version"
|
||||
VersionLatest = OnepanelPrefix + "version-latest"
|
||||
)
|
||||
|
||||
// Function that modifies an input string
|
||||
|
Reference in New Issue
Block a user