@rancher/shell 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/brand/csp/dark/rancher-logo.svg +148 -0
- package/assets/brand/csp/favicon.png +0 -0
- package/assets/brand/csp/metadata.json +3 -0
- package/assets/brand/csp/rancher-logo.svg +130 -0
- package/assets/styles/app.scss +2 -1
- package/assets/styles/global/_layout.scss +53 -0
- package/assets/styles/themes/_csp.scss +25 -0
- package/assets/styles/themes/_dark.scss +2 -1
- package/assets/styles/themes/_light.scss +2 -1
- package/assets/styles/vendor/vue-select.scss +0 -5
- package/assets/translations/en-us.yaml +45 -28
- package/chart/istio.vue +81 -22
- package/chart/logging/index.vue +20 -6
- package/chart/monitoring/alerting/index.vue +4 -1
- package/chart/monitoring/index.vue +41 -9
- package/chart/monitoring/prometheus/index.vue +33 -29
- package/chart/monitoring/steps/uninstall-v1.vue +8 -4
- package/chart/rancher-backup/S3.vue +43 -8
- package/chart/rancher-backup/index.vue +23 -5
- package/chart/rancher-gatekeeper.vue +10 -2
- package/cloud-credential/aws.vue +8 -2
- package/cloud-credential/digitalocean.vue +4 -1
- package/cloud-credential/gcp.vue +9 -2
- package/cloud-credential/generic.vue +6 -1
- package/cloud-credential/harvester.vue +4 -1
- package/cloud-credential/linode.vue +4 -1
- package/cloud-credential/s3.vue +4 -1
- package/components/.DS_Store +0 -0
- package/components/ActionDropdown.vue +4 -1
- package/components/ActionMenu.vue +17 -4
- package/components/AdvancedSection.vue +6 -1
- package/components/Alert.vue +5 -1
- package/components/AssignTo.vue +24 -6
- package/components/AsyncButton.vue +10 -0
- package/components/AwsComplianceBanner.vue +4 -1
- package/components/BackLink.vue +5 -1
- package/components/BannerGraphic.vue +16 -4
- package/components/BrandImage.vue +4 -1
- package/components/ButtonDropdown.vue +10 -3
- package/components/ButtonGroup.vue +17 -4
- package/components/Carousel.vue +26 -8
- package/components/ChartHeading.vue +5 -1
- package/components/ChartReadme.vue +17 -5
- package/components/ClusterBadge.vue +5 -1
- package/components/ClusterProviderIcon.vue +15 -3
- package/components/Collapse.vue +17 -5
- package/components/CollapsibleCard.vue +10 -4
- package/components/CommunityLinks.vue +32 -9
- package/components/CompoundStatusBadge.vue +4 -1
- package/components/ContainerResourceLimit.vue +12 -3
- package/components/CopyToClipboardText.vue +10 -2
- package/components/CountBox.vue +13 -3
- package/components/CountGauge.vue +28 -5
- package/components/CruResource.vue +88 -23
- package/components/CruResourceFooter.vue +1 -1
- package/components/DashboardMetrics.vue +12 -3
- package/components/DashboardOptions.vue +14 -3
- package/components/DetailText.vue +28 -6
- package/components/DetailTop.vue +57 -12
- package/components/Dialog.vue +17 -5
- package/components/EmberPage.vue +23 -5
- package/components/EmberPageView.vue +4 -1
- package/components/EtcdInfoBanner.vue +5 -1
- package/components/ExplorerMembers.vue +7 -9
- package/components/ExplorerProjectsNamespaces.vue +42 -10
- package/components/FileDiff.vue +5 -1
- package/components/FixedBanner.vue +27 -7
- package/components/Flag.vue +8 -2
- package/components/Glance.vue +11 -2
- package/components/GlobalRoleBindings.vue +24 -5
- package/components/GradientBox.vue +5 -1
- package/components/GrafanaDashboard.vue +19 -5
- package/components/GrowlManager.vue +27 -6
- package/components/HardwareResourceGauge.vue +8 -2
- package/components/HarvesterServiceAddOnConfig.vue +4 -1
- package/components/IconMessage.vue +8 -2
- package/components/Import.vue +37 -8
- package/components/IndentedPanel.vue +4 -1
- package/components/InfoBox.vue +8 -2
- package/components/KeyValueView.vue +29 -7
- package/components/LandingPagePreference.vue +13 -2
- package/components/LazyImage.vue +5 -1
- package/components/Loading.vue +13 -3
- package/components/LocaleSelector.vue +10 -2
- package/components/Markdown.vue +5 -1
- package/components/MessageLink.vue +19 -4
- package/components/ModalWithCard.vue +24 -8
- package/components/MoveModal.vue +35 -7
- package/components/PercentageBar.vue +9 -2
- package/components/ProgressBarMulti.vue +4 -1
- package/components/PromptChangePassword.vue +17 -4
- package/components/PromptModal.vue +7 -1
- package/components/PromptRemove.vue +31 -10
- package/components/PromptRestore.vue +35 -10
- package/components/Questions/Array.vue +4 -1
- package/components/Questions/Boolean.vue +4 -1
- package/components/Questions/Enum.vue +4 -1
- package/components/Questions/Float.vue +4 -1
- package/components/Questions/Int.vue +4 -1
- package/components/Questions/QuestionMap.vue +4 -1
- package/components/Questions/Reference.vue +8 -2
- package/components/Questions/String.vue +4 -1
- package/components/Questions/index.vue +10 -2
- package/components/Random.vue +11 -3
- package/components/RelatedResources.vue +8 -2
- package/components/RelatedWorkloadsTable.vue +5 -1
- package/components/ResourceCancelModal.vue +15 -3
- package/components/ResourceDetail/Masthead.vue +31 -7
- package/components/ResourceList/Masthead.vue +6 -4
- package/components/ResourceList/ResourceLoadingIndicator.vue +8 -2
- package/components/ResourceList/index.vue +11 -8
- package/components/ResourceSummary.vue +13 -3
- package/components/ResourceTable.vue +59 -11
- package/components/ResourceYaml.vue +8 -2
- package/components/RoleBindings.vue +20 -3
- package/components/SelectIconGrid.vue +29 -7
- package/components/SimpleBox.vue +14 -3
- package/components/SingleClusterInfo.vue +40 -9
- package/components/SortableTable/THead.vue +29 -8
- package/components/SortableTable/filtering.js +7 -0
- package/components/SortableTable/index.vue +204 -45
- package/components/Tabbed/Tab.vue +9 -2
- package/components/Tabbed/index.vue +32 -7
- package/components/TableSparkLine.vue +4 -1
- package/components/Tip.vue +4 -1
- package/components/Wizard.vue +105 -23
- package/components/YamlEditor.vue +5 -1
- package/components/__tests__/.DS_Store +0 -0
- package/components/auth/AllowedPrincipals.vue +21 -5
- package/components/auth/AuthBanner.vue +21 -5
- package/components/auth/AzureWarning.vue +5 -1
- package/components/auth/Principal.vue +37 -9
- package/components/auth/RoleDetailEdit.vue +34 -10
- package/components/auth/SelectPrincipal.vue +20 -3
- package/components/auth/login/github.vue +5 -1
- package/components/auth/login/ldap.vue +10 -2
- package/components/auth/login/oauth.vue +6 -1
- package/components/auth/login/oidc.vue +6 -1
- package/components/auth/login/saml.vue +6 -1
- package/components/fleet/FleetBundles.vue +9 -2
- package/components/fleet/FleetClusters.vue +29 -6
- package/components/fleet/FleetIntro.vue +5 -2
- package/components/fleet/FleetRepos.vue +23 -4
- package/components/fleet/FleetStatus.vue +16 -4
- package/components/fleet/FleetSummary.vue +10 -2
- package/components/fleet/ForceDirectedTreeChart/index.vue +5 -3
- package/components/fleet/ResourcesSummary.vue +5 -1
- package/components/form/ArrayList.vue +31 -8
- package/components/form/ArrayListGrouped.vue +9 -3
- package/components/form/ArrayListSelect.vue +6 -1
- package/components/form/BannerSettings.vue +8 -2
- package/components/form/ChangePassword.vue +50 -10
- package/components/form/ColorInput.vue +28 -5
- package/components/form/Command.vue +5 -2
- package/components/form/EnvVars.vue +4 -1
- package/components/form/Error.vue +10 -2
- package/components/form/FileImageSelector.vue +1 -1
- package/components/form/FileSelector.vue +8 -2
- package/components/form/Footer.vue +14 -4
- package/components/form/GithubPicker.vue +16 -9
- package/components/form/HookOption.vue +5 -1
- package/components/form/InputWithSelect.vue +1 -1
- package/components/form/KeyValue.vue +81 -19
- package/components/form/LabeledSelect.vue +55 -8
- package/components/form/Labels.vue +1 -1
- package/components/form/LifecycleHooks.vue +10 -2
- package/components/form/MatchExpressions.vue +11 -3
- package/components/form/Members/ClusterPermissionsEditor.vue +21 -4
- package/components/form/Members/MembershipEditor.vue +11 -2
- package/components/form/NameNsDescription.vue +16 -10
- package/components/form/Networking.vue +3 -3
- package/components/form/NodeAffinity.vue +4 -1
- package/components/form/NodeScheduling.vue +5 -1
- package/components/form/Password.vue +32 -7
- package/components/form/PlusMinus.vue +18 -3
- package/components/form/PodAffinity.vue +12 -5
- package/components/form/PodSecurity.vue +20 -4
- package/components/form/Ports.vue +37 -11
- package/components/form/Probe.vue +18 -4
- package/components/form/ProjectMemberEditor.vue +24 -4
- package/components/form/ResourceQuota/NamespaceRow.vue +4 -1
- package/components/form/ResourceQuota/Project.vue +7 -1
- package/components/form/ResourceQuota/ProjectRow.vue +11 -2
- package/components/form/ResourceSelector.vue +145 -0
- package/components/form/ResourceTabs/index.vue +38 -7
- package/components/form/RuleSelector.vue +15 -4
- package/components/form/SecretSelector.vue +4 -1
- package/components/form/Security.vue +2 -2
- package/components/form/Select.vue +8 -3
- package/components/form/SelectOrCreateAuthSecret.vue +43 -9
- package/components/form/ServiceNameSelect.vue +2 -2
- package/components/form/ServicePorts.vue +58 -17
- package/components/form/Tolerations.vue +34 -7
- package/components/form/ValueFromResource.vue +10 -2
- package/components/form/WorkloadPorts.vue +36 -8
- package/components/form/__tests__/MatchExpressions.test.ts +1 -2
- package/components/formatter/AppSummaryGraph.vue +24 -6
- package/components/formatter/BadgeStateFormatter.vue +4 -1
- package/components/formatter/Checked.vue +4 -1
- package/components/formatter/ClusterLink.vue +4 -1
- package/components/formatter/Date.vue +1 -1
- package/components/formatter/DelayedValue.vue +4 -1
- package/components/formatter/Endpoints.vue +5 -1
- package/components/formatter/ExternalLink.vue +5 -1
- package/components/formatter/FleetSummaryGraph.vue +20 -5
- package/components/formatter/IconText.vue +4 -1
- package/components/formatter/ImagePercentageBar.vue +5 -1
- package/components/formatter/IngressFullPath.vue +6 -1
- package/components/formatter/IngressTarget.vue +22 -5
- package/components/formatter/InternalExternalIP.vue +12 -2
- package/components/formatter/KeyValue.vue +5 -1
- package/components/formatter/Link.vue +30 -6
- package/components/formatter/LinkDetail.vue +4 -1
- package/components/formatter/LinkDetailImage.vue +1 -1
- package/components/formatter/ListLink.vue +10 -2
- package/components/formatter/ListLinkDetail.vue +6 -1
- package/components/formatter/LiveDate.vue +13 -3
- package/components/formatter/LiveExpiryDate.vue +18 -4
- package/components/formatter/LivePodRestarts.vue +4 -1
- package/components/formatter/MachineSummaryGraph.vue +25 -6
- package/components/formatter/Number.vue +4 -1
- package/components/formatter/PodsUsage.vue +4 -1
- package/components/formatter/Principal.vue +5 -1
- package/components/formatter/PrincipalGroupBindings.vue +4 -1
- package/components/formatter/ReceiverIcons.vue +9 -3
- package/components/formatter/RunBookLink.vue +6 -1
- package/components/formatter/Scale.vue +45 -10
- package/components/formatter/ScanResult.vue +4 -1
- package/components/formatter/SecretData.vue +5 -2
- package/components/formatter/SecretType.vue +4 -1
- package/components/formatter/ServiceTargets.vue +16 -4
- package/components/formatter/Shortened.vue +8 -2
- package/components/formatter/VirtualServiceGateways.vue +8 -2
- package/components/formatter/Weight.vue +19 -4
- package/components/formatter/WorkloadDetailEndpoints.vue +5 -1
- package/components/formatter/WorkloadHealthScale.vue +42 -8
- package/components/graph/AspectPreserver.vue +14 -3
- package/components/graph/Bar.vue +14 -3
- package/components/graph/Circle.vue +36 -7
- package/components/graph/HalfCircle.vue +6 -1
- package/components/graph/LinePlot.vue +3 -6
- package/components/graph/ProgressArc.vue +8 -2
- package/components/nav/GlobalLoading.vue +4 -1
- package/components/nav/Group.vue +39 -9
- package/components/nav/Header.vue +154 -37
- package/components/nav/Jump.vue +6 -2
- package/components/nav/NamespaceFilter.vue +112 -24
- package/components/nav/TopLevelMenu.vue +108 -24
- package/components/nav/Type.vue +18 -4
- package/components/nav/WindowManager/ChartReadme.vue +4 -1
- package/components/nav/WindowManager/ContainerLogs.vue +92 -19
- package/components/nav/WindowManager/ContainerShell.vue +26 -6
- package/components/nav/WindowManager/Window.vue +8 -2
- package/components/nav/WindowManager/index.vue +17 -4
- package/config/labels-annotations.js +5 -42
- package/config/private-label.js +5 -2
- package/config/product/explorer.js +8 -2
- package/config/roles.ts +2 -1
- package/config/{settings.js → settings.ts} +33 -50
- package/config/types.js +2 -0
- package/content/docs/en-us/getting-started.md +3 -3
- package/content/docs/en-us/whats-new.md +9 -123
- package/core/plugins.js +11 -8
- package/creators/app/{files/.eslintignore → .eslintignore} +0 -0
- package/creators/app/{files/.eslintrc.js → .eslintrc.js} +0 -0
- package/creators/app/{files/.vscode → .vscode}/settings.json +0 -0
- package/creators/app/{files/babel.config.js → babel.config.js} +0 -0
- package/creators/app/init +17 -16
- package/creators/app/{files/nuxt.config.js → nuxt.config.js} +0 -0
- package/creators/app/package.json +1 -7
- package/creators/app/{files/tsconfig.json → tsconfig.json} +1 -2
- package/creators/pkg/{files/babel.config.js → babel.config.js} +0 -0
- package/creators/pkg/{files/index.ts → index.ts} +0 -0
- package/creators/pkg/init +1 -1
- package/creators/pkg/nuxt.config.js +6 -0
- package/creators/pkg/package-lock.json +37 -0
- package/creators/pkg/package.json +1 -1
- package/creators/pkg/{files/tsconfig.json → tsconfig.json} +12 -13
- package/creators/pkg/{files/vue.config.js → vue.config.js} +0 -0
- package/detail/autoscaling.horizontalpodautoscaler/index.vue +12 -3
- package/detail/catalog.cattle.io.app.vue +41 -8
- package/detail/catalog.cattle.io.clusterrepo.vue +4 -1
- package/detail/cis.cattle.io.clusterscan.vue +23 -5
- package/detail/configmap.vue +18 -4
- package/detail/constraints.gatekeeper.sh.constraint.vue +4 -1
- package/detail/fleet.cattle.io.cluster.vue +14 -3
- package/detail/fleet.cattle.io.clustergroup.vue +9 -2
- package/detail/fleet.cattle.io.gitrepo.vue +16 -3
- package/detail/harvesterhci.io.management.cluster.vue +5 -1
- package/detail/helm.cattle.io.projecthelmchart.vue +49 -13
- package/detail/management.cattle.io.fleetworkspace.vue +19 -4
- package/detail/management.cattle.io.roletemplate.vue +4 -1
- package/detail/management.cattle.io.user.vue +26 -5
- package/detail/namespace.vue +6 -4
- package/detail/networking.k8s.io.ingress.vue +16 -3
- package/detail/node.vue +83 -18
- package/detail/pod.vue +27 -5
- package/detail/provisioning.cattle.io.cluster.vue +195 -43
- package/detail/secret.vue +78 -19
- package/detail/service.vue +9 -2
- package/detail/workload/index.vue +81 -17
- package/dialog/AddClusterMemberDialog.vue +25 -6
- package/dialog/AddCustomBadgeDialog.vue +43 -10
- package/dialog/AddProjectMemberDialog.vue +27 -7
- package/dialog/AddonConfigConfirmationDialog.vue +17 -4
- package/dialog/DiagnosticTimingsDialog.vue +27 -6
- package/dialog/DrainNode.vue +46 -11
- package/dialog/ForceMachineRemoveDialog.vue +35 -8
- package/dialog/GenericPrompt.vue +28 -7
- package/dialog/RollbackWorkloadDialog.vue +45 -11
- package/dialog/RotateCertificatesDialog.vue +31 -6
- package/dialog/RotateEncryptionKeyDialog.vue +41 -10
- package/dialog/SaveAsRKETemplateDialog.vue +31 -7
- package/dialog/ScaleMachineDownDialog.vue +13 -3
- package/edit/__tests__/management.cattle.io.setting.test.ts +87 -0
- package/edit/auth/azuread.vue +20 -6
- package/edit/auth/github.vue +52 -11
- package/edit/auth/googleoauth.vue +81 -17
- package/edit/auth/ldap/config.vue +164 -31
- package/edit/auth/ldap/index.vue +29 -7
- package/edit/auth/oidc.vue +36 -8
- package/edit/auth/saml.vue +57 -12
- package/edit/autoscaling.horizontalpodautoscaler/external-metric.vue +9 -2
- package/edit/autoscaling.horizontalpodautoscaler/index.vue +23 -6
- package/edit/autoscaling.horizontalpodautoscaler/metric-target.vue +8 -2
- package/edit/autoscaling.horizontalpodautoscaler/metrics-row.vue +16 -4
- package/edit/autoscaling.horizontalpodautoscaler/object-metric.vue +13 -3
- package/edit/autoscaling.horizontalpodautoscaler/pod-metric.vue +9 -2
- package/edit/autoscaling.horizontalpodautoscaler/resource-metric.vue +6 -1
- package/edit/catalog.cattle.io.clusterrepo.vue +15 -3
- package/edit/cis.cattle.io.clusterscan.vue +53 -11
- package/edit/cis.cattle.io.clusterscanbenchmark.vue +15 -3
- package/edit/cis.cattle.io.clusterscanprofile.vue +13 -3
- package/edit/configmap.vue +5 -1
- package/edit/constraints.gatekeeper.sh.constraint/index.vue +40 -9
- package/edit/fleet.cattle.io.cluster.vue +6 -2
- package/edit/fleet.cattle.io.clustergroup.vue +12 -3
- package/edit/fleet.cattle.io.gitrepo.vue +25 -5
- package/edit/group.principal.vue +6 -1
- package/edit/harvesterhci.io.management.cluster.vue +22 -5
- package/edit/k8s.cni.cncf.io.networkattachmentdefinition.vue +11 -2
- package/edit/logging-flow/Match.vue +2 -2
- package/edit/logging-flow/index.vue +67 -14
- package/edit/logging.banzaicloud.io.output/index.vue +37 -8
- package/edit/logging.banzaicloud.io.output/providers/awsElasticsearch.vue +7 -2
- package/edit/logging.banzaicloud.io.output/providers/azurestorage.vue +19 -4
- package/edit/logging.banzaicloud.io.output/providers/cloudwatch.vue +24 -4
- package/edit/logging.banzaicloud.io.output/providers/datadog.vue +20 -5
- package/edit/logging.banzaicloud.io.output/providers/elasticsearch.vue +21 -5
- package/edit/logging.banzaicloud.io.output/providers/file.vue +6 -1
- package/edit/logging.banzaicloud.io.output/providers/forward.vue +8 -3
- package/edit/logging.banzaicloud.io.output/providers/gcs.vue +25 -5
- package/edit/logging.banzaicloud.io.output/providers/gelf.vue +46 -8
- package/edit/logging.banzaicloud.io.output/providers/kafka.vue +26 -6
- package/edit/logging.banzaicloud.io.output/providers/kinesisStream.vue +7 -2
- package/edit/logging.banzaicloud.io.output/providers/logdna.vue +20 -4
- package/edit/logging.banzaicloud.io.output/providers/logz.vue +8 -3
- package/edit/logging.banzaicloud.io.output/providers/loki.vue +34 -8
- package/edit/logging.banzaicloud.io.output/providers/newrelic.vue +1 -1
- package/edit/logging.banzaicloud.io.output/providers/s3.vue +25 -5
- package/edit/logging.banzaicloud.io.output/providers/splunkHec.vue +33 -7
- package/edit/logging.banzaicloud.io.output/providers/syslog.vue +57 -12
- package/edit/management.cattle.io.clusterroletemplatebinding.vue +10 -2
- package/edit/management.cattle.io.fleetworkspace.vue +17 -4
- package/edit/management.cattle.io.project.vue +7 -1
- package/edit/management.cattle.io.roletemplate.vue +4 -1
- package/edit/management.cattle.io.setting.vue +71 -30
- package/edit/management.cattle.io.user.vue +4 -1
- package/edit/monitoring.coreos.com.alertmanagerconfig/auth.vue +24 -6
- package/edit/monitoring.coreos.com.alertmanagerconfig/index.vue +24 -5
- package/edit/monitoring.coreos.com.alertmanagerconfig/receiverConfig.vue +29 -6
- package/edit/monitoring.coreos.com.alertmanagerconfig/tls.vue +12 -3
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/email.vue +50 -9
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/opsgenie.vue +31 -6
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/pagerduty.vue +29 -6
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/slack.vue +8 -2
- package/edit/monitoring.coreos.com.alertmanagerconfig/types/webhook.vue +36 -7
- package/edit/monitoring.coreos.com.prometheusrule/AlertingRule.vue +24 -6
- package/edit/monitoring.coreos.com.prometheusrule/GroupRules.vue +16 -6
- package/edit/monitoring.coreos.com.prometheusrule/index.vue +10 -2
- package/edit/monitoring.coreos.com.receiver/auth.vue +36 -7
- package/edit/monitoring.coreos.com.receiver/index.vue +53 -11
- package/edit/monitoring.coreos.com.receiver/tls.vue +22 -4
- package/edit/monitoring.coreos.com.receiver/types/email.vue +48 -8
- package/edit/monitoring.coreos.com.receiver/types/opsgenie.vue +32 -6
- package/edit/monitoring.coreos.com.receiver/types/pagerduty.vue +22 -4
- package/edit/monitoring.coreos.com.receiver/types/slack.vue +4 -1
- package/edit/monitoring.coreos.com.receiver/types/webhook.banner.vue +5 -1
- package/edit/monitoring.coreos.com.receiver/types/webhook.vue +31 -6
- package/edit/monitoring.coreos.com.route.vue +71 -15
- package/edit/namespace.vue +35 -7
- package/edit/networking.istio.io.destinationrule/LoadBalancer.vue +12 -3
- package/edit/networking.istio.io.destinationrule/index.vue +5 -3
- package/edit/networking.k8s.io.ingress/Certificate.vue +10 -2
- package/edit/networking.k8s.io.ingress/Certificates.vue +6 -1
- package/edit/networking.k8s.io.ingress/DefaultBackend.vue +16 -4
- package/edit/networking.k8s.io.ingress/Rule.vue +21 -5
- package/edit/networking.k8s.io.ingress/RulePath.vue +27 -6
- package/edit/networking.k8s.io.ingress/Rules.vue +7 -1
- package/edit/networking.k8s.io.ingress/index.vue +52 -9
- package/edit/networking.k8s.io.networkpolicy/PolicyRule.vue +20 -4
- package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +8 -2
- package/edit/networking.k8s.io.networkpolicy/index.vue +36 -8
- package/edit/node.vue +13 -3
- package/edit/persistentvolume/index.vue +48 -8
- package/edit/persistentvolume/plugins/awsElasticBlockStore.vue +19 -3
- package/edit/persistentvolume/plugins/azureDisk.vue +20 -3
- package/edit/persistentvolume/plugins/azureFile.vue +18 -3
- package/edit/persistentvolume/plugins/cephfs.vue +35 -6
- package/edit/persistentvolume/plugins/cinder.vue +24 -4
- package/edit/persistentvolume/plugins/csi.vue +72 -12
- package/edit/persistentvolume/plugins/fc.vue +23 -4
- package/edit/persistentvolume/plugins/flexVolume.vue +30 -5
- package/edit/persistentvolume/plugins/flocker.vue +12 -2
- package/edit/persistentvolume/plugins/gcePersistentDisk.vue +19 -3
- package/edit/persistentvolume/plugins/glusterfs.vue +12 -2
- package/edit/persistentvolume/plugins/hostPath.vue +12 -2
- package/edit/persistentvolume/plugins/iscsi.vue +54 -9
- package/edit/persistentvolume/plugins/local.vue +6 -1
- package/edit/persistentvolume/plugins/longhorn.vue +13 -2
- package/edit/persistentvolume/plugins/nfs.vue +12 -2
- package/edit/persistentvolume/plugins/photonPersistentDisk.vue +12 -2
- package/edit/persistentvolume/plugins/portworxVolume.vue +12 -2
- package/edit/persistentvolume/plugins/quobyte.vue +24 -4
- package/edit/persistentvolume/plugins/rbd.vue +47 -8
- package/edit/persistentvolume/plugins/scaleIO.vue +54 -9
- package/edit/persistentvolume/plugins/storageos.vue +30 -5
- package/edit/persistentvolume/plugins/vsphereVolume.vue +24 -4
- package/edit/persistentvolumeclaim.vue +69 -15
- package/edit/policy.poddisruptionbudget.vue +149 -0
- package/edit/provisioning.cattle.io.cluster/ACE.vue +6 -1
- package/edit/provisioning.cattle.io.cluster/AgentEnv.vue +4 -1
- package/edit/provisioning.cattle.io.cluster/CustomCommand.vue +61 -15
- package/edit/provisioning.cattle.io.cluster/DrainOptions.vue +24 -4
- package/edit/provisioning.cattle.io.cluster/Labels.vue +4 -1
- package/edit/provisioning.cattle.io.cluster/MachinePool.vue +31 -8
- package/edit/provisioning.cattle.io.cluster/RegistryConfigs.vue +16 -3
- package/edit/provisioning.cattle.io.cluster/RegistryMirrors.vue +4 -1
- package/edit/provisioning.cattle.io.cluster/S3Config.vue +35 -6
- package/edit/provisioning.cattle.io.cluster/SelectCredential.vue +21 -5
- package/edit/provisioning.cattle.io.cluster/import.vue +23 -5
- package/edit/provisioning.cattle.io.cluster/index.vue +9 -0
- package/edit/provisioning.cattle.io.cluster/rke2.vue +203 -64
- package/edit/resources.cattle.io.backup.vue +42 -8
- package/edit/resources.cattle.io.restore.vue +53 -11
- package/edit/secret/basic.vue +12 -2
- package/edit/secret/index.vue +29 -7
- package/edit/secret/registry.vue +22 -4
- package/edit/secret/ssh.vue +10 -2
- package/edit/secret/tls.vue +10 -2
- package/edit/service.vue +12 -3
- package/edit/serviceaccount.vue +6 -3
- package/edit/storage.k8s.io.storageclass/index.vue +15 -3
- package/edit/storage.k8s.io.storageclass/provisioners/custom.vue +6 -1
- package/edit/storage.k8s.io.storageclass/provisioners/driver.longhorn.io.vue +6 -1
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/aws-ebs.vue +20 -3
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-disk.vue +12 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/azure-file.vue +18 -3
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/cinder.vue +13 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/gce-pd.vue +14 -2
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/glusterfs.vue +54 -9
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/portworx-volume.vue +42 -7
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/quobyte.vue +48 -8
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/rbd.vue +66 -11
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/scaleio.vue +48 -8
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/storageos.vue +30 -5
- package/edit/storage.k8s.io.storageclass/provisioners/kubernetes.io/vsphere-volume.vue +36 -6
- package/edit/token.vue +48 -10
- package/edit/workload/Job.vue +20 -5
- package/edit/workload/Upgrading.vue +28 -7
- package/edit/workload/index.vue +244 -48
- package/edit/workload/storage/azureDisk.vue +5 -1
- package/edit/workload/storage/azureFile.vue +5 -1
- package/edit/workload/storage/csi/driver.longhorn.io.vue +6 -1
- package/edit/workload/storage/csi/index.vue +9 -2
- package/edit/workload/storage/ephemeralVolume/index.vue +38 -8
- package/edit/workload/storage/gcePersistentDisk.vue +10 -2
- package/edit/workload/storage/hostPath.vue +18 -3
- package/edit/workload/storage/persistentVolumeClaim/index.vue +4 -1
- package/edit/workload/storage/persistentVolumeClaim/persistentvolumeclaim.vue +26 -5
- package/edit/workload/storage/vsphereVolume.vue +10 -2
- package/layouts/blank.vue +1 -1
- package/layouts/default.vue +60 -65
- package/layouts/error.vue +25 -5
- package/layouts/home.vue +17 -4
- package/layouts/plain.vue +13 -3
- package/layouts/unauthenticated.vue +1 -1
- package/list/catalog.cattle.io.app.vue +15 -2
- package/list/catalog.cattle.io.clusterrepo.vue +5 -0
- package/list/cis.cattle.io.clusterscan.vue +6 -0
- package/list/fleet.cattle.io.bundle.vue +14 -2
- package/list/fleet.cattle.io.cluster.vue +10 -1
- package/list/fleet.cattle.io.clustergroup.vue +14 -2
- package/list/fleet.cattle.io.clusterregistrationtoken.vue +11 -3
- package/list/fleet.cattle.io.gitrepo.vue +6 -0
- package/list/group.principal.vue +11 -1
- package/list/harvesterhci.io.management.cluster.vue +25 -6
- package/list/helm.cattle.io.projecthelmchart.vue +23 -5
- package/list/logging.banzaicloud.io.clusterflow.vue +11 -1
- package/list/logging.banzaicloud.io.flow.vue +11 -1
- package/list/management.cattle.io.cluster.vue +12 -1
- package/list/management.cattle.io.feature.vue +71 -15
- package/list/management.cattle.io.setting.vue +44 -10
- package/list/management.cattle.io.user.vue +12 -1
- package/list/monitoring.coreos.com.alertmanagerconfig.vue +6 -0
- package/list/namespace.vue +8 -0
- package/list/node.vue +14 -2
- package/list/persistentvolume.vue +13 -1
- package/list/persistentvolumeclaim.vue +6 -0
- package/list/provisioning.cattle.io.cluster.vue +23 -4
- package/list/service.vue +6 -0
- package/list/ui.cattle.io.navlink.vue +20 -3
- package/list/workload.vue +15 -2
- package/machine-config/amazonec2.vue +12 -3
- package/machine-config/azure.vue +16 -7
- package/machine-config/digitalocean.vue +4 -1
- package/machine-config/generic.vue +4 -1
- package/machine-config/harvester.vue +23 -6
- package/machine-config/linode.vue +4 -1
- package/machine-config/vmwarevsphere.vue +91 -21
- package/mixins/__tests__/create-edit-view.test.ts +19 -0
- package/mixins/brand.js +12 -3
- package/mixins/form-validation.js +108 -33
- package/models/clusterroletemplatebinding.js +2 -5
- package/models/management.cattle.io.cluster.js +7 -1
- package/models/secret.js +9 -1
- package/models/workload.js +3 -3
- package/nuxt.config.js +28 -10
- package/package.json +2 -2
- package/pages/about.vue +41 -9
- package/pages/account/index.vue +20 -5
- package/pages/auth/login.vue +83 -22
- package/pages/auth/logout.vue +1 -1
- package/pages/auth/setup.vue +48 -12
- package/pages/auth/verify.vue +1 -1
- package/pages/c/_cluster/_product/members/index.vue +3 -1
- package/pages/c/_cluster/_product/namespaces.vue +4 -1
- package/pages/c/_cluster/apps/charts/chart.vue +124 -27
- package/pages/c/_cluster/apps/charts/index.vue +35 -8
- package/pages/c/_cluster/apps/charts/install.vue +200 -48
- package/pages/c/_cluster/auth/config/_id.vue +4 -1
- package/pages/c/_cluster/auth/config/index.vue +6 -2
- package/pages/c/_cluster/auth/group.principal/assign-edit.vue +10 -5
- package/pages/c/_cluster/auth/roles/index.vue +33 -7
- package/pages/c/_cluster/explorer/ConfigBadge.vue +4 -1
- package/pages/c/_cluster/explorer/index.vue +109 -24
- package/pages/c/_cluster/explorer/tools/index.vue +76 -17
- package/pages/c/_cluster/explorer/tools/pages/_page.vue +4 -1
- package/pages/c/_cluster/fleet/index.vue +9 -2
- package/pages/c/_cluster/gatekeeper/index.vue +4 -1
- package/pages/c/_cluster/istio/index.vue +20 -8
- package/pages/c/_cluster/legacy/pages/_page.vue +4 -1
- package/pages/c/_cluster/legacy/project/_page.vue +4 -1
- package/pages/c/_cluster/legacy/project/index.vue +4 -1
- package/pages/c/_cluster/legacy/project/pipelines.vue +27 -5
- package/pages/c/_cluster/logging/index.vue +4 -1
- package/pages/c/_cluster/longhorn/index.vue +16 -5
- package/pages/c/_cluster/manager/cloudCredential/index.vue +15 -3
- package/pages/c/_cluster/monitoring/alertmanagerconfig/_alertmanagerconfigid/receiver.vue +1 -1
- package/pages/c/_cluster/monitoring/index.vue +14 -5
- package/pages/c/_cluster/monitoring/monitor/index.vue +24 -6
- package/pages/c/_cluster/monitoring/route-receiver/index.vue +25 -6
- package/pages/c/_cluster/neuvector/index.vue +16 -5
- package/pages/c/_cluster/settings/DefaultLinksEditor.vue +25 -7
- package/pages/c/_cluster/settings/banners.vue +10 -2
- package/pages/c/_cluster/settings/brand.vue +75 -17
- package/pages/c/_cluster/settings/links.vue +16 -4
- package/pages/c/_cluster/settings/performance.vue +22 -5
- package/pages/c/_cluster/uiplugins/DeveloperInstallDialog.vue +19 -4
- package/pages/c/_cluster/uiplugins/InstallDialog.vue +14 -3
- package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +54 -12
- package/pages/c/_cluster/uiplugins/RemoveUIPlugins.vue +18 -4
- package/pages/c/_cluster/uiplugins/SetupUIPlugins.vue +14 -3
- package/pages/c/_cluster/uiplugins/UninstallDialog.vue +9 -2
- package/pages/c/_cluster/uiplugins/index.vue +149 -34
- package/pages/diagnostic.vue +14 -5
- package/pages/docs/_doc.vue +22 -5
- package/pages/fail-whale.vue +26 -6
- package/pages/home.vue +54 -14
- package/pages/prefs.vue +65 -22
- package/pages/rio/mesh.vue +6 -2
- package/pages/support/index.vue +35 -7
- package/plugins/steve/subscribe.js +1 -1
- package/promptRemove/management.cattle.io.globalrole.vue +9 -3
- package/promptRemove/management.cattle.io.project.vue +14 -5
- package/promptRemove/management.cattle.io.roletemplate.vue +9 -3
- package/promptRemove/pod.vue +15 -3
- package/rancher-components/Form/TextArea/TextAreaAutoGrow.vue +1 -0
- package/rancher-components/StringList/StringList.test.ts +80 -0
- package/rancher-components/StringList/StringList.vue +593 -0
- package/rancher-components/StringList/index.ts +1 -0
- package/scripts/publish-shell.sh +5 -38
- package/scripts/test-plugins-build.sh +5 -9
- package/store/prefs.js +1 -1
- package/types/form.ts +1 -0
- package/types/generic.ts +2 -0
- package/types/t.ts +1 -0
- package/types/userPreferences.d.ts +14 -0
- package/utils/array.ts +21 -0
- package/utils/favicon.js +2 -0
- package/utils/settings.ts +50 -0
- package/utils/validators/formRules/__tests__/index.test.ts +22 -1
- package/utils/validators/formRules/index.ts +68 -43
- package/creators/update/init +0 -54
- package/creators/update/package.json +0 -20
- package/creators/update/upgrade +0 -56
- package/scripts/record-deps.js +0 -37
- package/scripts/typegen.sh +0 -84
- package/types/shell/index.d.ts +0 -3046
- package/types/vue-shim.d +0 -20
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 359.1742859 69.2959976" style="enable-background:new 0 0 359.1742859 69.2959976;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#FFFFFF;}
|
|
7
|
+
.st1{fill:#30BA78;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="Layer_1_1_">
|
|
10
|
+
<g>
|
|
11
|
+
<path class="st0" d="M259.2593079,29.9640007h-13.5559998c-3.2839966,0-5.9560242-2.6730003-5.9560242-5.9589996V6.3440018
|
|
12
|
+
c0-3.2860031,2.6720276-5.9590015,5.9560242-5.9590015h13.5559998c1.0639954,0,1.927002,0.8649998,1.927002,1.927
|
|
13
|
+
s-0.8630066,1.9259987-1.927002,1.9259987h-13.5559998c-1.1600037,0-2.105011,0.9440002-2.105011,2.1060028v6.7399979v0.2099991
|
|
14
|
+
h0.2099915h13.0830078c1.0069885,0,1.8250122,0.8199997,1.8250122,1.8270035c0,1.007-0.8180237,1.8259964-1.8250122,1.8259964
|
|
15
|
+
h-13.0830078h-0.2099915v0.2090034v6.848999c0,1.1609993,0.9450073,2.1049995,2.105011,2.1049995h13.5559998
|
|
16
|
+
c1.0639954,0,1.927002,0.8639984,1.927002,1.9280014C261.1863098,29.1010017,260.3233032,29.9640007,259.2593079,29.9640007
|
|
17
|
+
M184.9223022,30.3530006c-3.9100037,0-6.9199982-0.993-8.9500122-2.9510002
|
|
18
|
+
c-2.0289917-1.9560013-3.0579987-4.8959999-3.0579987-8.7410011V2.2340012C172.9142914,1.0020008,173.9152985,0,175.1463013,0
|
|
19
|
+
c1.2319946,0,2.2350006,1.0020008,2.2350006,2.2340012v15.8390007c0,2.8759995,0.618988,5.0329971,1.8409882,6.4069977
|
|
20
|
+
c1.2280121,1.3829994,3.1460114,2.0839996,5.7000122,2.0839996s4.470993-0.7010002,5.6999969-2.0839996
|
|
21
|
+
c1.220993-1.3759995,1.8410034-3.5319977,1.8410034-6.4069977V2.2340012C192.4633026,1.0020008,193.4653015,0,194.6972961,0
|
|
22
|
+
s2.2330017,1.0020008,2.2330017,2.2340012v16.4269981c0,3.8430023-1.0279999,6.7840004-3.0570068,8.7410011
|
|
23
|
+
C191.8412933,29.3600006,188.8292999,30.3530006,184.9223022,30.3530006 M218.4472961,30.3530006
|
|
24
|
+
c-5.0330048,0-8.8659973-1.4309998-11.3930054-4.2530022c-0.7339935-0.8159981-0.6879883-2.0749969,0.105011-2.8669968
|
|
25
|
+
l0.0139923-0.0160027c0.3970032-0.3950005,0.9329987-0.6170006,1.5019989-0.6170006
|
|
26
|
+
c0.6000061,0,1.1650085,0.2560005,1.5500031,0.7040024c0.7050018,0.8139992,1.5130005,1.4770012,2.397995,1.9669991
|
|
27
|
+
c1.5460052,0.8580017,3.4900055,1.2929993,5.7799988,1.2929993c2.1730042,0,3.9080048-0.3829994,5.154007-1.1399994
|
|
28
|
+
c1.2839966-0.7749977,1.9369965-1.894001,1.9369965-3.3250008c0-1.1579971-0.5910034-2.1009979-1.7559967-2.803997
|
|
29
|
+
c-1.1320038-0.6810036-3.0419922-1.2680016-5.8379974-1.7910004c-2.7169952-0.5060005-4.9089966-1.1410027-6.5130005-1.8850021
|
|
30
|
+
c-1.5870056-0.7339973-2.7519989-1.6529999-3.4649963-2.730999c-0.7140045-1.0719986-1.0750122-2.4029999-1.0750122-3.9570007
|
|
31
|
+
c0-1.6399994,0.4600067-3.1539993,1.3680115-4.4990005c0.9079895-1.3479996,2.2419891-2.4349995,3.9649963-3.2299995
|
|
32
|
+
C213.9062958,0.4040012,215.9552917,0,218.2693024,0c2.6989899,0,5.0329895,0.4950008,6.9389954,1.4710007
|
|
33
|
+
c1.2819977,0.6539993,2.4420013,1.5569992,3.4470062,2.6790009c0.7729797,0.8619995,0.6999817,2.1949997-0.1620178,2.9720001
|
|
34
|
+
c-0.3880005,0.3509979-0.8889771,0.5429993-1.4089966,0.5429993c-0.6600037,0-1.2689819-0.2989998-1.67099-0.8209991
|
|
35
|
+
c-0.5720062-0.743-1.2160034-1.3490028-1.9179993-1.7989998c-1.2940063-0.8340034-3.0370026-1.257-5.1820068-1.257
|
|
36
|
+
c-2.1149902,0-3.7870026,0.4319992-4.9660034,1.2839966c-1.1989899,0.868-1.8069916,1.9980011-1.8069916,3.3620033
|
|
37
|
+
c0,1.2769966,0.5970001,2.3029976,1.7720032,3.0509987c1.144989,0.7270012,3.1230011,1.3349991,6.048996,1.8610001
|
|
38
|
+
c2.6580048,0.4790001,4.7940063,1.0890007,6.3529968,1.8170013c1.5379944,0.7169991,2.6740112,1.6209984,3.375,2.685997
|
|
39
|
+
c0.696991,1.0620003,1.0499878,2.401001,1.0499878,3.9799995c0,1.696003-0.4879761,3.2080002-1.4499817,4.4900017
|
|
40
|
+
c-0.9689941,1.2900009-2.3470154,2.2960014-4.0940094,2.9850006C222.8312988,30,220.7632904,30.3530006,218.4472961,30.3530006
|
|
41
|
+
M151.6183014,30.3610001c-5.0339966,0-8.8680115-1.4309998-11.3970032-4.2519989
|
|
42
|
+
c-0.7310028-0.8170013-0.6849976-2.0760002,0.1069946-2.8670006l0.0149994-0.0149994
|
|
43
|
+
c0.3960114-0.3959999,0.9309998-0.618,1.5019989-0.618c0.6010132,0,1.1660004,0.2560005,1.5500031,0.7039986
|
|
44
|
+
c0.7030029,0.8120003,1.5090027,1.473999,2.3950043,1.9659996c1.5469971,0.8580017,3.4929962,1.2929993,5.7830048,1.2929993
|
|
45
|
+
c2.1719971,0,3.9059906-0.3829994,5.1539917-1.1389999c1.2839966-0.7749977,1.9329987-1.8939972,1.9329987-3.3249969
|
|
46
|
+
c0-1.1590004-0.5889893-2.1030006-1.7519989-2.8030014c-1.1179962-0.6730003-3.0820007-1.276001-5.8399963-1.7919998
|
|
47
|
+
c-2.7160034-0.5079994-4.9060059-1.1419983-6.5130005-1.8849983c-1.5850067-0.7340012-2.7519989-1.6530037-3.4649963-2.7320023
|
|
48
|
+
c-0.7120056-1.0740013-1.072998-2.4039993-1.072998-3.9570007c0-1.6389999,0.4589996-3.1520004,1.3659973-4.4979973
|
|
49
|
+
c0.9089966-1.3500023,2.2440033-2.4360008,3.9649963-3.2300014c1.727005-0.7980003,3.776001-1.203001,6.0879974-1.203001
|
|
50
|
+
c2.6999969,0,5.0359955,0.4950008,6.9420013,1.4700012c1.2819977,0.6560001,2.4400024,1.5579987,3.4470062,2.6809998
|
|
51
|
+
c0.7719879,0.8610001,0.6989899,2.1949997-0.1620026,2.9720001c-0.3880005,0.3499985-0.8899994,0.5429993-1.4109955,0.5429993
|
|
52
|
+
c-0.6590118,0-1.2690125-0.2999992-1.6710052-0.8219986c-0.5709991-0.7450027-1.2169952-1.3500023-1.9179993-1.7999992
|
|
53
|
+
c-1.2949982-0.8330002-3.0380096-1.2550011-5.1809998-1.2550011c-2.1159973,0-3.7870026,0.4319992-4.9660034,1.2840004
|
|
54
|
+
c-1.1990051,0.8699989-1.8059998,2-1.8059998,3.3610001c0,1.2779999,0.5960083,2.3040009,1.7709961,3.0509987
|
|
55
|
+
c1.1439972,0.7260017,3.1230011,1.3370018,6.0500031,1.862999c2.654007,0.4760017,4.7910004,1.0870018,6.3509979,1.8160019
|
|
56
|
+
c1.5400085,0.7169991,2.6760101,1.6209984,3.3760071,2.6849976c0.696991,1.0610008,1.0509949,2.4000015,1.0509949,3.9790001
|
|
57
|
+
c0,1.6980019-0.4879913,3.2080002-1.451004,4.4910011c-0.9700012,1.2919998-2.3470001,2.295002-4.0950012,2.9850006
|
|
58
|
+
C156.001297,30.0089989,153.9333038,30.3610001,151.6183014,30.3610001 M292.9972839,68.8450012h-0.0449829
|
|
59
|
+
c-1.2139893,0-2.2009888-0.987999-2.2009888-2.2020035V56.0660019v-0.211998h-0.210022h-14.7059937h-0.2099915v0.211998
|
|
60
|
+
v10.5769958c0,1.2140045-0.9869995,2.2020035-2.2000122,2.2020035c-1.2139893,0-2.2009888-0.987999-2.2009888-2.2020035
|
|
61
|
+
V41.6989975c0-1.2139969,0.9869995-2.2019958,2.2009888-2.2019958c1.2130127,0,2.2000122,0.987999,2.2000122,2.2019958v10.2180023
|
|
62
|
+
v0.2099991h0.2099915h14.7059937h0.210022v-0.2099991V41.6989975c0-1.2139969,0.9869995-2.2019958,2.2009888-2.2019958h0.0449829
|
|
63
|
+
c1.2150269,0,2.2030029,0.987999,2.2030029,2.2019958v24.9440002
|
|
64
|
+
C295.2002869,67.8570023,294.2123108,68.8450012,292.9972839,68.8450012 M146.8143005,43.1819992
|
|
65
|
+
c-1.1630096,0-2.1080017,0.9449997-2.1080017,2.1080017v7.8450012v0.2099991h0.2099915h6.9460144
|
|
66
|
+
c1.993988,0,3.5099945-0.4189987,4.5089874-1.2450027c1.0080109-0.8349991,1.5190125-2.125,1.5190125-3.836998
|
|
67
|
+
c0-1.715004-0.5110016-3.0049973-1.5200043-3.836998c-0.9929962-0.826004-2.5110016-1.2440033-4.5079956-1.2440033H146.8143005z
|
|
68
|
+
M142.5942993,68.8460007h-0.1380005c-1.1640015,0-2.1119995-0.9469986-2.1119995-2.1100006V45.5390015
|
|
69
|
+
c0-3.3320007,2.7109985-6.0419998,6.0429993-6.0419998h5.8820038c3.1519928,0,5.67099,0.7799988,7.4879913,2.3170013
|
|
70
|
+
c1.8050079,1.5279999,2.7220001,3.6809998,2.7220001,6.3999939c0,2.0770035-0.5399933,3.8320007-1.6009979,5.2190018
|
|
71
|
+
c-1.0639954,1.3850021-2.6000061,2.3840027-4.5639954,2.9700012l-0.2689972,0.0800018l0.1529999,0.2360001l5.7480011,8.8639984
|
|
72
|
+
c0.4279938,0.6600037,0.4589996,1.4670029,0.0829926,2.1569977c-0.3739929,0.6910019-1.0690002,1.1050034-1.8549957,1.1050034
|
|
73
|
+
c-0.727005,0-1.3939972-0.3659973-1.7839966-0.9800034l-6.8920135-10.8289948l-0.0629883-0.0970001h-0.1150055h-6.404007
|
|
74
|
+
h-0.2099915v0.2099991v9.586998C144.7062988,67.8990021,143.7583008,68.8460007,142.5942993,68.8460007 M182.3322906,44.1750031
|
|
75
|
+
c-0.2839966,0-0.5279999,0.1729965-0.6199951,0.4430008l-4.3710022,12.6429977l-0.0970001,0.2779999h0.2949982h9.6940002
|
|
76
|
+
h0.2980042l-0.0999908-0.2789993l-4.4810028-12.6460037C182.8582916,44.3470001,182.6143036,44.1750031,182.3322906,44.1750031
|
|
77
|
+
M193.3652954,68.8460007h-0.3450012c-0.8410034,0-1.5979919-0.5319977-1.8820038-1.3249969l-2.2619934-6.3370056
|
|
78
|
+
l-0.0500031-0.1389999h-0.147995h-12.5390015h-0.1470032l-0.0509949,0.1380005l-2.3139954,6.3479996
|
|
79
|
+
c-0.2860107,0.7870026-1.0420074,1.3150024-1.8800049,1.3150024h-0.2190094c-0.6669922,0-1.2669983-0.314003-1.6469879-0.862999
|
|
80
|
+
c-0.3789978-0.5470047-0.4600067-1.2200012-0.2250061-1.8430023l9.0810089-24.0800018
|
|
81
|
+
c0.5769958-1.5339966,2.0679932-2.5629959,3.7109985-2.5629959c1.6399994,0,3.1299896,1.0289993,3.7079926,2.5629959
|
|
82
|
+
l9.0830078,24.0800018c0.2350006,0.625,0.1519928,1.2959976-0.2260132,1.8430023
|
|
83
|
+
C194.6342926,68.5319977,194.0332947,68.8460007,193.3652954,68.8460007 M224.0032959,68.8460007h-0.0460052
|
|
84
|
+
c-1.1989899,0-2.322998-0.6399994-2.9319916-1.6709976l-12.5400085-21.0740051
|
|
85
|
+
c-0.1209869-0.2029953-0.3299866-0.3219986-0.5599976-0.3219986c-0.1790009,0-0.3529968,0.0719986-0.4749908,0.1969986
|
|
86
|
+
c-0.1210022,0.1220016-0.1880035,0.288002-0.1860046,0.4660034l0.1640015,20.4059982
|
|
87
|
+
c0,1.1009979-0.8959961,1.9980011-1.9990082,1.9980011c-1.1029968,0-2.0009918-0.8970032-2.0009918-1.9990005V42.9100037
|
|
88
|
+
c0-1.8820038,1.5310059-3.413002,3.4149933-3.413002c1.197998,0,2.3220062,0.6399994,2.9320068,1.6709976l12.496994,21.0770035
|
|
89
|
+
c0.1220093,0.2070007,0.3249969,0.322998,0.5590057,0.322998c0.3269958,0,0.6640015-0.2460022,0.6640015-0.6600037
|
|
90
|
+
l-0.1090088-20.3839951c-0.0049896-0.5390015,0.2020111-1.0490036,0.5810089-1.4329987
|
|
91
|
+
c0.3820038-0.3830032,0.8889923-0.5940018,1.4299927-0.5940018c1.1120148,0,2.0160065,0.9029999,2.0160065,2.0139999v23.923996
|
|
92
|
+
C227.4132996,67.3160019,225.8843079,68.8460007,224.0032959,68.8460007 M343.5102844,43.1819992
|
|
93
|
+
c-1.1619873,0-2.1080017,0.9449997-2.1080017,2.1080017v7.8450012v0.2099991h0.2090149h6.946991
|
|
94
|
+
c1.9940186,0,3.5110168-0.4189987,4.5100098-1.2450027c1.0079956-0.8349991,1.5190125-2.125,1.5190125-3.836998
|
|
95
|
+
c0-1.715004-0.5110168-3.0049973-1.5190125-3.836998c-0.9960022-0.826004-2.5130005-1.2440033-4.5100098-1.2440033H343.5102844z
|
|
96
|
+
M339.2893066,68.8460007h-0.1370239c-1.164978,0-2.1129761-0.9469986-2.1129761-2.1100006V45.5390015
|
|
97
|
+
c0-3.3320007,2.7120056-6.0419998,6.0429993-6.0419998h5.8829956c3.151001,0,5.67099,0.7799988,7.4869995,2.3170013
|
|
98
|
+
c1.8070068,1.5279999,2.7219849,3.6809998,2.7219849,6.3999939c0,2.0750046-0.5390015,3.8310013-1.5999756,5.2190018
|
|
99
|
+
c-1.0630188,1.3840027-2.598999,2.3830032-4.5640259,2.9700012l-0.2679749,0.0800018l0.1529846,0.2360001l5.7460022,8.8639984
|
|
100
|
+
c0.4290161,0.6600037,0.4599915,1.4660034,0.0849915,2.1569977c-0.375,0.6910019-1.0679932,1.1050034-1.8569946,1.1050034
|
|
101
|
+
c-0.7269897,0-1.3939819-0.3659973-1.7829895-0.9800034l-6.8930054-10.8289948l-0.0610046-0.0970001h-0.1170044h-6.4039917
|
|
102
|
+
h-0.2090149v0.2099991v9.586998C341.4022827,67.8990021,340.4542847,68.8460007,339.2893066,68.8460007 M325.9032898,68.965004
|
|
103
|
+
H312.34729c-3.2850037,0-5.9589844-2.6740036-5.9589844-5.9600067v-17.659996
|
|
104
|
+
c0-3.2870026,2.6739807-5.9609985,5.9589844-5.9609985h13.5559998c1.0639954,0,1.928009,0.8639984,1.928009,1.9269943
|
|
105
|
+
c0,1.0600052-0.8640137,1.9240036-1.928009,1.9240036H312.34729c-1.1600037,0-2.1040039,0.9449997-2.1040039,2.1080017v6.737999
|
|
106
|
+
v0.2099991h0.210022h13.0809937c1.0069885,0,1.8249817,0.8209991,1.8249817,1.8290024
|
|
107
|
+
c0,1.0059967-0.8179932,1.8239975-1.8249817,1.8239975h-13.0809937h-0.210022v0.211998v6.8470001
|
|
108
|
+
c0,1.1610031,0.9440002,2.1060028,2.1040039,2.1060028h13.5559998c1.0639954,0,1.928009,0.8659973,1.928009,1.9300003
|
|
109
|
+
C327.8312988,68.1009979,326.9672852,68.965004,325.9032898,68.965004 M250.9122925,69.2959976
|
|
110
|
+
c-2.8070068,0-5.276001-0.6139984-7.3370056-1.8219986c-2.0589905-1.2050018-3.6699829-2.9659958-4.789978-5.2360001
|
|
111
|
+
c-1.1220093-2.276001-1.6920166-4.9909973-1.6920166-8.0709991c0-3.0780029,0.5700073-5.7939987,1.6920166-8.0719986
|
|
112
|
+
c1.117981-2.2649994,2.7289734-4.026001,4.789978-5.2350006c2.0610046-1.2080002,4.5150146-1.8209991,7.2940063-1.8209991
|
|
113
|
+
c2.9230042,0,5.4129944,0.6119995,7.401001,1.8190002c1.2250061,0.7439957,2.2529907,1.7190018,3.0580139,2.9049988
|
|
114
|
+
c0.3589783,0.5279999,0.4639893,1.1849976,0.2890015,1.802002c-0.178009,0.6240005-0.6170044,1.1319962-1.2080078,1.3969955
|
|
115
|
+
l-0.0820007,0.0340042c-0.2950134,0.1309967-0.6040039,0.197998-0.9219971,0.197998
|
|
116
|
+
c-0.7690125,0-1.480011-0.3970032-1.855011-1.0370026c-0.5079956-0.862999-1.1210022-1.5559998-1.8209839-2.0629959
|
|
117
|
+
c-1.1719971-0.8499985-2.7160034-1.2809982-4.5890198-1.2809982c-2.8450012,0-5.1529846,1.0199966-6.8589783,3.0270004
|
|
118
|
+
c-1.6950073,1.9989929-2.553009,4.8009949-2.553009,8.3249969c0,3.5510025,0.8190002,6.3590012,2.4349976,8.3430023
|
|
119
|
+
c1.6289978,1.9949951,3.9159851,3.0079956,6.7940063,3.0079956c1.96698,0,3.6399841-0.5,4.9729919-1.4850006
|
|
120
|
+
c0.8559875-0.6279984,1.5700073-1.4599991,2.1220093-2.4700012c0.3849792-0.7109985,1.118988-1.1520004,1.9169922-1.1520004
|
|
121
|
+
c0.2319946,0,0.4609985,0.0370026,0.6820068,0.1110001c0.6359863,0.2130051,1.1340027,0.6980057,1.3649902,1.3280029
|
|
122
|
+
c0.2229919,0.6080017,0.1629944,1.2700043-0.1659851,1.8120041c-0.855011,1.4160004-1.9880066,2.5970001-3.3619995,3.5079956
|
|
123
|
+
C256.3552856,68.5800018,253.807312,69.2959976,250.9122925,69.2959976"/>
|
|
124
|
+
<path class="st1" d="M118.7422943,27.8510017c1.1890106,0,2.2299957-0.4589996,2.9360046-1.2930031
|
|
125
|
+
c0.7019958-0.829998,0.9790039-1.9269981,0.7819977-3.086998l-1.3450012-8.0110016
|
|
126
|
+
c-0.4589996-2.7479973-1.4909973-4.5019989-1.996994-4.5019989c-0.5169983,0-1.2400055,1.7210007-1.2400055,4.5229988v2.0940018
|
|
127
|
+
c0,2.6800003-2.2639923,4.9430008-4.9429932,4.9430008h-2.0960083h-0.220993v5.3330002h0.220993H118.7422943z
|
|
128
|
+
M94.6532974,68.2919998H79.0562973c-1.4830017,0-2.689003-1.2109985-2.689003-2.6949997V53.8740005
|
|
129
|
+
c0-1.7170029-1.3969955-3.112999-3.1149979-3.112999h-38.932003c-1.7169991,0-3.1150017,1.3959961-3.1150017,3.112999v11.7229996
|
|
130
|
+
c0,1.512001-1.1849976,2.6949997-2.6939964,2.6949997H12.918294c-1.4840012,0-2.6920013-1.2109985-2.6920013-2.6949997V31.9360008
|
|
131
|
+
v-0.4329987l-0.3379974,0.2669983l-7.0480003,5.5379982c-0.0979996,0.0660019-0.2249985,0.1070023-0.3450012,0.1070023
|
|
132
|
+
c-0.1069984,0-0.2579994-0.0329971-0.3849983-0.1839981l-1.9900016-2.3650055
|
|
133
|
+
C-0.0267059,34.6849976-0.0397064,34.4589996,0.0852936,34.25l10.3180008-15.7490005
|
|
134
|
+
C10.8942957,17.473999,11.8102961,16.875,12.8632936,16.875h54.958004c0.7689972,0,1.4980011,0.3390007,2.0049973,0.9290009
|
|
135
|
+
c0.5270004,0.6100006,0.7570038,1.4179993,0.6360016,2.2200012l-1.1289978,6.7169991
|
|
136
|
+
c-0.1399994,0.9220009,0.1269989,1.8509979,0.7289963,2.5540009c0.5890045,0.6829987,1.4370041,1.0749969,2.3320007,1.0749969
|
|
137
|
+
h11.0210037c1.5009995,0,2.7569962-1.0419998,3.0540009-2.5349998l0.0690002-0.3449974l-0.3359985,0.1029968
|
|
138
|
+
c-0.6800003,0.2110023-1.4170074,0.3150024-2.1950073,0.3150024h-7.8519974c-1.211998,0-2.2719955-0.4630013-2.9809952-1.2999992
|
|
139
|
+
c-0.7080002-0.8360023-0.9910049-1.9510002-0.7920074-3.137001l1.3460007-8.0110016
|
|
140
|
+
c0.4400024-2.6520004,1.4050064-4.5,1.9970016-4.5c0.5179977,0,1.2389984,1.7210007,1.2389984,4.5209999v1.2350006v0.3430023
|
|
141
|
+
l0.3059998-0.1550026c0.0610046-0.0329971,0.2130051-0.0329971,0.3360062-0.0329971h26.1849899
|
|
142
|
+
c2.4940033,0,4.5279999,2.0139999,4.6320038,4.5859985V46.072998c0,2.4530029-2.071991,4.5240021-4.5209961,4.5240021H91.1552963
|
|
143
|
+
c-2.4489975,0-4.5169983-2.0709991-4.5169983-4.5240021v-9.6780014v-0.4229965l-0.3379974,0.2570038
|
|
144
|
+
c-1.2509995,0.9549942-1.9670029,2.3869934-1.9670029,3.9309998v8.121994c0,2.6780014,2.2630005,4.9420013,4.9410019,4.9420013
|
|
145
|
+
h8.0719986v12.3730011C97.3462982,67.0810013,96.138298,68.2919998,94.6532974,68.2919998"/>
|
|
146
|
+
</g>
|
|
147
|
+
</g>
|
|
148
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 359.587616 69.7170029" style="enable-background:new 0 0 359.587616 69.7170029;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:#0C322C;}
|
|
7
|
+
.st1{fill:#30BA78;}
|
|
8
|
+
</style>
|
|
9
|
+
<g id="Layer_1_1_">
|
|
10
|
+
<g>
|
|
11
|
+
<path class="st0" d="M293.1996155,39.4970016h-0.0429993c-1.3309937,0-2.4119873,1.0790024-2.4119873,2.4120026v10.2179947
|
|
12
|
+
h-14.7050171V41.9090042c0-1.3310013-1.0769958-2.4120026-2.4100037-2.4120026
|
|
13
|
+
c-1.3320007,0-2.4119873,1.0790024-2.4119873,2.4120026v24.9440002c0,1.3299942,1.0780029,2.4119949,2.4119873,2.4119949
|
|
14
|
+
c1.3310242,0,2.4100037-1.0799942,2.4100037-2.4119949V56.276001h14.7050171v10.5770035
|
|
15
|
+
c0,1.3299942,1.0759888,2.4119949,2.4119873,2.4119949h0.0429993c1.3320007,0,2.4140015-1.0799942,2.4140015-2.4119949V41.9090042
|
|
16
|
+
C295.6136169,40.5780029,294.5316162,39.4970016,293.1996155,39.4970016 M262.2336121,63.9810028
|
|
17
|
+
c0.7789917-1.288002,0.1170044-2.9710007-1.3119812-3.4489975c-1.1010132-0.3680038-2.2970276,0.1179962-2.8500061,1.1379929
|
|
18
|
+
c-0.5360107,0.9850006-1.2210083,1.7860031-2.0620117,2.4029999c-1.3049774,0.9640045-2.9249725,1.4430008-4.8489838,1.4430008
|
|
19
|
+
c-2.8280029,0-5.0360107-0.9779968-6.6300049-2.9309998c-1.59198-1.9539948-2.3889771-4.6919937-2.3889771-8.2099991
|
|
20
|
+
c0-3.4909973,0.8339844-6.2179947,2.5029907-8.1879959c1.67099-1.9670029,3.9039917-2.9530029,6.6990051-2.9530029
|
|
21
|
+
c1.8359985,0,3.322998,0.4120026,4.46698,1.2409973c0.6829987,0.4940033,1.2700043,1.1620026,1.7620087,1.9990005
|
|
22
|
+
c0.6109924,1.0410004,1.9359741,1.4190063,3.039978,0.927002l0.0859985-0.0360031
|
|
23
|
+
c1.348999-0.6049957,1.8370056-2.2869949,1.0079956-3.510994c-0.8249817-1.2120056-1.8659973-2.2020035-3.1239929-2.965004
|
|
24
|
+
c-2.0299988-1.2330017-4.5329742-1.8499985-7.5089874-1.8499985c-2.8299866,0-5.2989807,0.6169968-7.401001,1.8499985
|
|
25
|
+
c-2.1049805,1.2360001-3.7279968,3.0080032-4.8719788,5.3240051c-1.1410217,2.3159943-1.7130127,5.0369949-1.7130127,8.1649933
|
|
26
|
+
c0,3.128006,0.571991,5.8490067,1.7130127,8.163002c1.1439819,2.3180008,2.7669983,4.0930023,4.8719788,5.3250046
|
|
27
|
+
c2.1070251,1.2360001,4.5859985,1.8509979,7.4440002,1.8509979c2.9470215,0,5.5110016-0.7200012,7.6920013-2.163002
|
|
28
|
+
C260.2156067,66.6200027,261.3556213,65.4319992,262.2336121,63.9810028 M224.2076263,69.2669983
|
|
29
|
+
c1.9980164,0,3.6190186-1.6189957,3.6190186-3.621994V41.7210007c0-1.2279968-0.9950256-2.223999-2.2250061-2.223999
|
|
30
|
+
c-1.2350006,0-2.2320099,1.0049973-2.2230072,2.2399979l0.1110077,20.3820038
|
|
31
|
+
c0,0.4550018-0.6000061,0.6230011-0.8330078,0.2309952l-12.4980011-21.0779953
|
|
32
|
+
c-0.6499939-1.1009979-1.8359985-1.7750015-3.1119995-1.7750015c-2.0039978,0-3.625,1.6230011-3.625,3.6230011v23.9369965
|
|
33
|
+
c0,1.2229996,0.9909973,2.2099991,2.2120056,2.2099991c1.2200012,0,2.2099915-0.9869995,2.2099915-2.2099991
|
|
34
|
+
l-0.1649933-20.4059982c-0.0059967-0.4580002,0.5970001-0.6230011,0.8309937-0.2330017l12.5390015,21.0740051
|
|
35
|
+
c0.651001,1.1009979,1.8359985,1.7749939,3.1130066,1.7749939H224.2076263 M187.4366302,57.5400009l-4.4799957-12.6449966
|
|
36
|
+
c-0.1410065-0.4000015-0.7050018-0.3970032-0.8419952,0.0019989l-4.3710022,12.6429977H187.4366302z M188.8826294,61.465004
|
|
37
|
+
h-12.5399933l-2.3140106,6.3479996c-0.3169861,0.8740005-1.1499939,1.4539948-2.0769958,1.4539948h-0.2200012
|
|
38
|
+
c-1.5449982,0-2.6149902-1.5439987-2.0690002-2.9899979l9.0820007-24.0800018
|
|
39
|
+
c0.6119995-1.6240005,2.1690063-2.6999969,3.9069977-2.6999969c1.7369995,0,3.2920074,1.0759964,3.9049988,2.6999969
|
|
40
|
+
l9.0820007,24.0800018c0.5460052,1.4459991-0.522995,2.9899979-2.0690002,2.9899979h-0.344986
|
|
41
|
+
c-0.9320068,0-1.7650146-0.5859985-2.0810089-1.4649963L188.8826294,61.465004z M341.8166199,53.3460007h6.9450073
|
|
42
|
+
c1.9559937,0,3.4129944-0.4000015,4.3759766-1.1969986c0.9630127-0.7969971,1.4440002-2.0220032,1.4440002-3.6760025
|
|
43
|
+
c0-1.6529999-0.4809875-2.8799973-1.4440002-3.6749954c-0.9629822-0.7990036-2.4199829-1.1949997-4.3759766-1.1949997h-5.0480042
|
|
44
|
+
c-1.0480042,0-1.8970032,0.8499985-1.8970032,1.8969955V53.3460007z M348.2196045,57.3600006h-6.4029846v9.5859985
|
|
45
|
+
c0,1.2830048-1.0400085,2.3209991-2.322998,2.3209991h-0.1390076c-1.2819824,0-2.3209839-1.0379944-2.3209839-2.3209991
|
|
46
|
+
V45.7490005c0-3.4519958,2.7999878-6.2519989,6.2529907-6.2519989h5.8819885c3.2189941,0,5.7590027,0.7890015,7.6230164,2.3669968
|
|
47
|
+
c1.8649902,1.5780029,2.79599,3.7649994,2.79599,6.5610046c0,2.137001-0.5499878,3.9179993-1.6430054,5.3460007
|
|
48
|
+
c-1.0979919,1.4300003-2.6539917,2.4430008-4.6690063,3.0439987l5.7450256,8.8639984
|
|
49
|
+
c1.0049744,1.5439987-0.105011,3.5859985-1.9460144,3.5859985c-0.7949829,0-1.5360107-0.4049988-1.9620056-1.0759964
|
|
50
|
+
L348.2196045,57.3600006z M145.120636,53.3460007h6.9459991c1.9530029,0,3.4120026-0.4000015,4.375-1.1969986
|
|
51
|
+
s1.4429932-2.0220032,1.4429932-3.6760025c0-1.6529999-0.4799957-2.8799973-1.4429932-3.6749954
|
|
52
|
+
c-0.9629974-0.7990036-2.4219971-1.1949997-4.375-1.1949997h-5.048996c-1.0470123,0-1.8970032,0.8499985-1.8970032,1.8969955
|
|
53
|
+
V53.3460007z M151.5246277,57.3600006h-6.4039917v9.5859985c0,1.2830048-1.0400085,2.3209991-2.322998,2.3209991h-0.1370087
|
|
54
|
+
c-1.2839966,0-2.322998-1.0379944-2.322998-2.3209991V45.7490005c0-3.4519958,2.798996-6.2519989,6.2539978-6.2519989h5.8809967
|
|
55
|
+
c3.2180023,0,5.7590027,0.7890015,7.6240082,2.3669968c1.8639984,1.5780029,2.7960052,3.7649994,2.7960052,6.5610046
|
|
56
|
+
c0,2.137001-0.5510101,3.9179993-1.6440125,5.3460007c-1.0979919,1.4300003-2.6549988,2.4430008-4.67099,3.0439987
|
|
57
|
+
l5.7480011,8.8639984c1.0019989,1.5439987-0.1060028,3.5859985-1.9470062,3.5859985
|
|
58
|
+
c-0.7949982,0-1.5350037-0.4049988-1.9609985-1.0759964L151.5246277,57.3600006z M326.107605,65.1100006h-13.5559998
|
|
59
|
+
c-1.0449829,0-1.8939819-0.8519974-1.8939819-1.8969955v-6.8480072h13.0799866c1.125,0,2.0360107-0.9119949,2.0360107-2.0339966
|
|
60
|
+
c0-1.1269989-0.9110107-2.0400009-2.0360107-2.0400009h-13.0799866v-6.737999c0-1.0479965,0.848999-1.8980026,1.8939819-1.8980026
|
|
61
|
+
h13.5559998c1.1790161,0,2.1370239-0.9549942,2.1370239-2.1339951s-0.9580078-2.1360016-2.1370239-2.1360016h-13.5559998
|
|
62
|
+
c-3.3999939,0-6.1689758,2.7659988-6.1689758,6.1699982v17.6610031c0,3.401001,2.7689819,6.1699982,6.1689758,6.1699982
|
|
63
|
+
h13.5559998c1.1790161,0,2.1370239-0.9560013,2.1370239-2.137001
|
|
64
|
+
C328.2446289,66.0650024,327.2866211,65.1100006,326.107605,65.1100006 M259.463623,26.1109982h-13.5559845
|
|
65
|
+
c-1.0440063,0-1.8959961-0.848999-1.8959961-1.8949966v-6.8480034h13.082962c1.1240234,0,2.0370178-0.9119987,2.0370178-2.0369987
|
|
66
|
+
s-0.9129944-2.0359993-2.0370178-2.0359993h-13.082962V6.5559978c0-1.0469971,0.8519897-1.8969994,1.8959961-1.8969994h13.5559845
|
|
67
|
+
c1.1799927,0,2.1380005-0.9569969,2.1380005-2.1369972c0-1.1800022-0.9580078-2.1360016-2.1380005-2.1360016h-13.5559845
|
|
68
|
+
c-3.3999939,0-6.1679993,2.7659988-6.1679993,6.1699982v17.6600037c0,3.3999977,2.7680054,6.1689987,6.1679993,6.1689987
|
|
69
|
+
h13.5559845c1.1799927,0,2.1380005-0.9570007,2.1380005-2.137001S260.6436157,26.1109982,259.463623,26.1109982
|
|
70
|
+
M219.6026306,13.3500004c-2.8650055-0.5139999-4.8580017-1.1240005-5.973999-1.8320007
|
|
71
|
+
c-1.1159973-0.7089996-1.6750031-1.6669998-1.6750031-2.8740005c0-1.2970009,0.572998-2.3600006,1.7200012-3.1899986
|
|
72
|
+
c1.1470032-0.8300018,2.7600098-1.2449989,4.8440094-1.2449989c2.1100006,0,3.8009949,0.4069977,5.0690002,1.2229996
|
|
73
|
+
c0.6809998,0.4379997,1.3029938,1.0209999,1.8629913,1.75c0.8259888,1.0699997,2.3840027,1.2109985,3.3890076,0.3069992
|
|
74
|
+
c0.9459839-0.8540001,1.0289917-2.3180008,0.178009-3.2680016c-1.0280151-1.1479988-2.1980286-2.0569992-3.5090179-2.7269993
|
|
75
|
+
C223.5626373,0.4979992,221.216629,0,218.4726257,0c-2.3549957,0-4.4139862,0.407999-6.1769867,1.2220001
|
|
76
|
+
c-1.7649994,0.8149986-3.1180115,1.9159985-4.0510101,3.3039989c-0.9369965,1.387001-1.4039917,2.9260025-1.4039917,4.6160011
|
|
77
|
+
c0,1.598999,0.3679962,2.9570007,1.1100006,4.072998c0.7369995,1.1160011,1.9229889,2.052002,3.5509949,2.8050003
|
|
78
|
+
c1.6289978,0.7550011,3.8159943,1.3889999,6.5630035,1.901001c2.7460022,0.5139999,4.6669922,1.1010017,5.7689972,1.7639999
|
|
79
|
+
c1.102005,0.6650009,1.6539917,1.5390015,1.6539917,2.625c0,1.3590012-0.6119995,2.4070015-1.8359985,3.1450005
|
|
80
|
+
c-1.2189941,0.7410011-2.9019928,1.1090012-5.0429993,1.1090012c-2.2639923,0-4.1569977-0.4210014-5.6809998-1.2660027
|
|
81
|
+
c-0.8699951-0.4829979-1.6490021-1.1240005-2.3399963-1.9199982c-0.8679962-1.0089989-2.4250031-1.031002-3.3639984-0.0909996
|
|
82
|
+
l-0.0090027,0.0079994c-0.8600006,0.8600006-0.9259949,2.2509995-0.1139984,3.1559982
|
|
83
|
+
c2.5820007,2.882,6.4329987,4.3220024,11.552002,4.3220024c2.3529968,0,4.427002-0.3540001,6.2229919-1.0629997
|
|
84
|
+
c1.7950134-0.7080002,3.1889954-1.7270012,4.1849976-3.0550003c0.9970093-1.3279991,1.4940186-2.8670006,1.4940186-4.6160011
|
|
85
|
+
c0-1.6290016-0.3619995-2.993-1.0859985-4.0950012c-0.7250061-1.1009979-1.8770142-2.0209999-3.4620056-2.7609978
|
|
86
|
+
C224.4236298,14.4439983,222.2876282,13.8329983,219.6026306,13.3500004 M152.771637,13.3599987
|
|
87
|
+
c-2.8650055-0.5159988-4.8580017-1.1240005-5.973999-1.8330002c-1.1160126-0.7109985-1.6740112-1.6669998-1.6740112-2.875
|
|
88
|
+
c0-1.2959976,0.5740051-2.3600006,1.7190094-3.1909981c1.1470032-0.8279991,2.7619934-1.243,4.8439941-1.243
|
|
89
|
+
c2.1100006,0,3.8000031,0.4059982,5.0680084,1.2210007c0.6829987,0.4389992,1.3040009,1.0219994,1.8639984,1.7529984
|
|
90
|
+
c0.8249969,1.0690002,2.3840027,1.2089996,3.3899994,0.3059998c0.9459991-0.8549995,1.0279999-2.3180008,0.177002-3.269001
|
|
91
|
+
c-1.0279999-1.1469994-2.1990051-2.0569992-3.5080109-2.7269993c-1.9459991-0.9959984-4.2929993-1.493-7.0369873-1.493
|
|
92
|
+
c-2.3530121,0-4.4120026,0.4070015-6.1760101,1.2220001c-1.7659912,0.8140011-3.1170044,1.9160023-4.052002,3.3029995
|
|
93
|
+
c-0.9349976,1.3880005-1.4019928,2.927002-1.4019928,4.6170006c0,1.5979996,0.3679962,2.9570007,1.1080017,4.0720024
|
|
94
|
+
c0.7399902,1.1169968,1.9250031,2.0519981,3.5529938,2.8059998c1.6289978,0.7539978,3.8159943,1.3879967,6.5619965,1.9009972
|
|
95
|
+
c2.7450104,0.5130005,4.6679993,1.1010017,5.7700043,1.7649994c1.1000061,0.663002,1.6520081,1.538002,1.6520081,2.6240005
|
|
96
|
+
c0,1.3580017-0.6119995,2.4070015-1.8330078,3.1450005c-1.2220001,0.7400017-2.9039917,1.1090012-5.0449982,1.1090012
|
|
97
|
+
c-2.2640076,0-4.1569977-0.4210014-5.6809998-1.2670021c-0.8699951-0.4819984-1.6490021-1.1239967-2.3379974-1.9209976
|
|
98
|
+
c-0.8679962-1.007-2.427002-1.0299988-3.3670044-0.0900002l-0.0079956,0.0089989
|
|
99
|
+
c-0.8600006,0.8590012-0.9250031,2.2509995-0.1139984,3.156002c2.5820007,2.882,6.4329987,4.3219986,11.5529938,4.3219986
|
|
100
|
+
c2.352005,0,4.4259949-0.3549995,6.2210083-1.0639992c1.79599-0.7080002,3.1899872-1.7270012,4.1869965-3.0540009
|
|
101
|
+
c0.9960022-1.3269997,1.4929962-2.8670006,1.4929962-4.6160011c0-1.6289978-0.3619995-2.993-1.0870056-4.0949974
|
|
102
|
+
c-0.723999-1.1020012-1.8759918-2.0220032-3.4619904-2.7610016
|
|
103
|
+
C157.591629,14.4520016,155.4566345,13.8410015,152.771637,13.3599987 M197.344635,2.4439983v16.4290009
|
|
104
|
+
c0,3.9210014-1.0420074,6.8850021-3.1210022,8.8909988c-2.0839996,2.007-5.1150055,3.0090027-9.0970001,3.0090027
|
|
105
|
+
c-3.9839935,0-7.0160065-1.0020027-9.0970001-3.0090027c-2.0809937-2.0059967-3.121994-4.9699974-3.121994-8.8909988V2.4439983
|
|
106
|
+
C172.9076385,1.0949993,174.0016327,0,175.3506317,0c1.3480072,0,2.4450073,1.0949993,2.4450073,2.4439983V18.282999
|
|
107
|
+
c0,2.8370018,0.5939941,4.9249992,1.7869873,6.269001c1.1920013,1.3409996,3.0390015,2.012001,5.5440063,2.012001
|
|
108
|
+
s4.3509979-0.6710014,5.5429993-2.012001c1.1909943-1.3440018,1.7870026-3.4319992,1.7870026-6.269001V2.4439983
|
|
109
|
+
C192.4566345,1.0949993,193.5516357,0,194.9016266,0C196.2496338,0,197.344635,1.0949993,197.344635,2.4439983"/>
|
|
110
|
+
<path class="st1" d="M104.0006256,16.8679981H77.8146362c-0.1610031,0-0.3240051,0-0.4309998,0.0550003v-1.2360001
|
|
111
|
+
c0-2.5830002-0.6450043-4.7319984-1.4500046-4.7319984s-1.7740021,2.098999-2.2040024,4.6759987l-1.3449936,8.012001
|
|
112
|
+
c-0.4300003,2.5830002,1.3449936,4.6809998,3.9799957,4.6809998h7.8509979c0.8059998,0,1.5600052-0.1090012,2.2570038-0.3240013
|
|
113
|
+
c-0.2689972,1.3450012-1.3970032,2.3670006-2.8470001,2.3670006H72.6026306c-1.776001,0-3.1209946-1.6149979-2.8509979-3.3849983
|
|
114
|
+
l1.1269989-6.7229996c0.2690048-1.7740021-1.0749969-3.3880005-2.8470001-3.3880005H13.072629
|
|
115
|
+
c-1.1819992,0-2.1499977,0.7010002-2.6339989,1.718998L0.114631,34.348999
|
|
116
|
+
c-0.1610012,0.2690048-0.1610012,0.5910034,0.0549984,0.8580017l1.9890022,2.3659973
|
|
117
|
+
c0.2699966,0.3240051,0.6989975,0.3240051,1.0199966,0.1070023l7.0470009-5.5370026v33.6600037
|
|
118
|
+
c0,1.6149979,1.2890015,2.9059982,2.901001,2.9059982h15.5940027c1.6139984,0,2.9029999-1.2910004,2.9029999-2.9059982v-11.723999
|
|
119
|
+
c0-1.6149979,1.2909946-2.9020004,2.9049969-2.9020004h38.9330025c1.612999,0,2.9049988,1.2870026,2.9049988,2.9020004v11.723999
|
|
120
|
+
c0,1.6149979,1.288002,2.9059982,2.9000015,2.9059982h15.5950012c1.6139984,0,2.9029999-1.2910004,2.9029999-2.9059982V53.2190018
|
|
121
|
+
h-8.2809982c-2.5810013,0-4.7300034-2.1520004-4.7300034-4.7310028v-8.1230011
|
|
122
|
+
c0-1.5549927,0.7529984-2.9009933,1.8820038-3.7629929v9.6769943c0,2.5820007,2.151001,4.7330017,4.7299957,4.7330017h12.7449951
|
|
123
|
+
c2.5820007,0,4.730011-2.151001,4.730011-4.7330017V21.6540012
|
|
124
|
+
C108.7336273,18.9660015,106.6386261,16.8679981,104.0006256,16.8679981 M122.8776398,23.6429996
|
|
125
|
+
c0.4279938,2.5289993-1.3420105,4.6230011-3.927002,4.6230011h-7.9029999H110.61763V22.513998h0.4300079h2.0970001
|
|
126
|
+
c2.5820007,0,4.7309875-2.1499977,4.7309875-4.7329979v-2.0940018c0-2.5809975,0.6440125-4.7329979,1.451004-4.7329979
|
|
127
|
+
c0.75,0,1.776001,2.0999985,2.2060089,4.6769981L122.8776398,23.6429996"/>
|
|
128
|
+
</g>
|
|
129
|
+
</g>
|
|
130
|
+
</svg>
|
package/assets/styles/app.scss
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@import "./themes/light";
|
|
17
17
|
@import "./themes/dark";
|
|
18
18
|
@import './themes/_suse.scss';
|
|
19
|
-
|
|
19
|
+
@import './themes/_csp.scss';
|
|
20
20
|
|
|
21
21
|
@import "./global/columns";
|
|
22
22
|
@import "./global/cards";
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
@import "./global/table";
|
|
29
29
|
@import "./global/select";
|
|
30
30
|
@import "./global/resource";
|
|
31
|
+
@import "./global/layout";
|
|
31
32
|
|
|
32
33
|
@import "./vendor/vue-select";
|
|
33
34
|
@import "./vendor/vue-js-modal";
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// This file encapsulates all the layout styles for some native HTML elements.
|
|
2
|
+
.main-layout {
|
|
3
|
+
grid-area: main;
|
|
4
|
+
overflow: auto;
|
|
5
|
+
|
|
6
|
+
.outlet {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
padding: $space-m;
|
|
10
|
+
min-height: 100%;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.header-layout {
|
|
15
|
+
display: grid;
|
|
16
|
+
grid-template-areas:
|
|
17
|
+
'type-banner type-banner'
|
|
18
|
+
'title actions'
|
|
19
|
+
'state-banner state-banner';
|
|
20
|
+
grid-template-columns: auto auto;
|
|
21
|
+
margin-bottom: 20px;
|
|
22
|
+
align-content: center;
|
|
23
|
+
min-height: 48px;
|
|
24
|
+
|
|
25
|
+
.type-banner {
|
|
26
|
+
grid-area: type-banner;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.state-banner {
|
|
30
|
+
grid-area: state-banner;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.title {
|
|
34
|
+
grid-area: title;
|
|
35
|
+
align-self: center;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.actions-container {
|
|
39
|
+
grid-area: actions;
|
|
40
|
+
margin-left: 8px;
|
|
41
|
+
align-self: center;
|
|
42
|
+
text-align: right;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.role-multi-action {
|
|
46
|
+
padding: 0 $input-padding-sm;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.footer-layout {
|
|
51
|
+
background-color: var(--nav-bg);
|
|
52
|
+
height: var(--footer-height);
|
|
53
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.csp {
|
|
2
|
+
$primary: hsl(151, 59%, 46%);
|
|
3
|
+
$info: mix($primary, $secondary, 50%);
|
|
4
|
+
$selected: rgba($primary, .5);
|
|
5
|
+
|
|
6
|
+
--primary : #{$primary};
|
|
7
|
+
--primary-text : #fff;
|
|
8
|
+
--primary-hover-bg : #{darken($primary, 10%)};
|
|
9
|
+
--primary-hover-text : #{saturate($lightest, 20%)};
|
|
10
|
+
--primary-active-bg : #{darken($primary, 25%)};
|
|
11
|
+
--primary-active-text : #{contrast-color(darken($primary, 25%))};
|
|
12
|
+
--primary-border : #($primary);
|
|
13
|
+
--primary-banner-bg : #{rgba($primary, 0.15)};
|
|
14
|
+
--primary-light-bg : #{rgba($primary, 0.05)};
|
|
15
|
+
|
|
16
|
+
--info : #{$info};
|
|
17
|
+
--info-text : #{contrast-color($info)};
|
|
18
|
+
--info-hover-bg : #{darken($info, 10%)};
|
|
19
|
+
--info-hover-text : #{saturate($lightest, 20%)};
|
|
20
|
+
--info-active-bg : #{darken($info, 25%)};
|
|
21
|
+
--info-active-text : #{contrast-color(darken($info, 25%))};
|
|
22
|
+
--info-border : #($info);
|
|
23
|
+
--info-banner-bg : #{rgba($info, 0.15)};
|
|
24
|
+
--info-light-bg : #{rgba($info, 0.05)};
|
|
25
|
+
}
|
|
@@ -94,13 +94,14 @@
|
|
|
94
94
|
--dropdown-bg : #{mix($medium, $dark, 10%)};
|
|
95
95
|
--dropdown-border : #{$light};
|
|
96
96
|
--dropdown-divider : #{$light};
|
|
97
|
-
--dropdown-text : #{$
|
|
97
|
+
--dropdown-text : #{$lightest};
|
|
98
98
|
--dropdown-active-text : #{$lightest};
|
|
99
99
|
--dropdown-active-bg : #{$selected};
|
|
100
100
|
--dropdown-hover-text : #{$lightest};
|
|
101
101
|
--dropdown-hover-bg : #{$link};
|
|
102
102
|
--dropdown-disabled-bg : #{$disabled};
|
|
103
103
|
--dropdown-disabled-text : #{$disabled};
|
|
104
|
+
--dropdown-highlight-text : #{$link};
|
|
104
105
|
|
|
105
106
|
--input-text : #{$lightest};
|
|
106
107
|
--input-label : #{$lighter};
|
|
@@ -362,13 +362,14 @@ BODY, .theme-light {
|
|
|
362
362
|
--dropdown-bg : #{$lightest};
|
|
363
363
|
--dropdown-border : #{$medium};
|
|
364
364
|
--dropdown-divider : #{$medium};
|
|
365
|
-
--dropdown-text : #{$
|
|
365
|
+
--dropdown-text : #{$darkest};
|
|
366
366
|
--dropdown-active-text : #{$lightest};
|
|
367
367
|
--dropdown-active-bg : #{$dark};
|
|
368
368
|
--dropdown-hover-text : #{$lightest};
|
|
369
369
|
--dropdown-hover-bg : var(--primary);
|
|
370
370
|
--dropdown-disabled-text : var(--muted);
|
|
371
371
|
--dropdown-disabled-bg : #{$disabled};
|
|
372
|
+
--dropdown-highlight-text : #{$link};
|
|
372
373
|
|
|
373
374
|
--card-badge-text : #ffffff;
|
|
374
375
|
|
|
@@ -95,6 +95,15 @@ generic:
|
|
|
95
95
|
deprecated: Deprecated
|
|
96
96
|
placeholder: "e.g. {text}"
|
|
97
97
|
moreInfo: More Info
|
|
98
|
+
selectors:
|
|
99
|
+
label: Selector
|
|
100
|
+
matchingResources:
|
|
101
|
+
matchesSome: |-
|
|
102
|
+
{matched, plural,
|
|
103
|
+
=0 {Matches 0 of {total, number}}
|
|
104
|
+
=1 {Matches 1 of {total, number}: "{sample}"}
|
|
105
|
+
other {Matches {matched, number} of {total, number}, including "{sample}"}
|
|
106
|
+
}
|
|
98
107
|
|
|
99
108
|
locale:
|
|
100
109
|
en-us: English
|
|
@@ -125,6 +134,7 @@ nav:
|
|
|
125
134
|
group:
|
|
126
135
|
cluster: Cluster
|
|
127
136
|
inUse: More Resources
|
|
137
|
+
policy: Policy
|
|
128
138
|
rbac: RBAC
|
|
129
139
|
serviceDiscovery: Service Discovery
|
|
130
140
|
starred: Starred
|
|
@@ -244,7 +254,7 @@ about:
|
|
|
244
254
|
title: Diagnostics
|
|
245
255
|
checkboxTooltip: Supplement diagnostics data with response times for the top 10 resources. These may take a while to complete
|
|
246
256
|
checkboxLabel: Make additional requests
|
|
247
|
-
systemInformation:
|
|
257
|
+
systemInformation:
|
|
248
258
|
subtitle: System Information
|
|
249
259
|
browser: Browser
|
|
250
260
|
browserInfo: "User Agent: {userAgent}, Language: {language}, Cookies Enabled: {cookieEnabled}"
|
|
@@ -255,8 +265,8 @@ about:
|
|
|
255
265
|
os: "OS: {platform}"
|
|
256
266
|
memJsHeapLimit: "Heap Size limit: {jsHeapSizeLimit}"
|
|
257
267
|
memTotalJsHeapSize: "Total Heap Size: {totalJSHeapSize}"
|
|
258
|
-
memUsedJsHeapSize: "Used Heap Size: {usedJSHeapSize}"
|
|
259
|
-
logs:
|
|
268
|
+
memUsedJsHeapSize: "Used Heap Size: {usedJSHeapSize}"
|
|
269
|
+
logs:
|
|
260
270
|
subtitle: Latest Logs
|
|
261
271
|
resourceCounts: |-
|
|
262
272
|
{count, plural,
|
|
@@ -487,7 +497,7 @@ authConfig:
|
|
|
487
497
|
linkText: 'Update it here.'
|
|
488
498
|
modal:
|
|
489
499
|
title: Are you sure? This update is irreversible.
|
|
490
|
-
body: '<p><b>You may need to make some additional changes</b>. Please ensure the Azure AD app has the
|
|
500
|
+
body: '<p><b>You may need to make some additional changes</b>. Please ensure the Azure AD app has the Directory.Read.All <b>Application</b> permission added to Microsoft Graph.<br> If any endpoints were customized while configuring Azure AD authentication in Rancher, they will not be automatically updated. </p>'
|
|
491
501
|
oidc:
|
|
492
502
|
oidc: Configure an OIDC account
|
|
493
503
|
keycloakoidc: Configure a Keycloak OIDC account
|
|
@@ -1219,7 +1229,7 @@ cluster:
|
|
|
1219
1229
|
warning:
|
|
1220
1230
|
label: This is a Harvester Cluster - enable the Harvester feature flag to manage it
|
|
1221
1231
|
state: Warning
|
|
1222
|
-
cloudProvider:
|
|
1232
|
+
cloudProvider:
|
|
1223
1233
|
incompatible:
|
|
1224
1234
|
You cannot select the Harvester cloud provider as the current Harvester version is not compatible with the selected RKE2 Kubernetes version, click <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.suse.com/suse-harvester/support-matrix/all-supported-versions">here</a> to see which Kubernetes versions are supported.
|
|
1225
1235
|
clusterWarning: |-
|
|
@@ -1733,7 +1743,6 @@ cluster:
|
|
|
1733
1743
|
false: Only available inside the cluster
|
|
1734
1744
|
true: Exposed to the public interface
|
|
1735
1745
|
k3s:
|
|
1736
|
-
techPreview: K3s provisioning is in Tech Preview
|
|
1737
1746
|
systemService:
|
|
1738
1747
|
coredns: 'CoreDNS'
|
|
1739
1748
|
local-storage: 'Local Storage'
|
|
@@ -1971,14 +1980,14 @@ fleet:
|
|
|
1971
1980
|
placeholder: 'e.g. https://github.com/rancher/fleet-examples.git'
|
|
1972
1981
|
addRepo: Add Repository
|
|
1973
1982
|
noRepos: No repositories have been added
|
|
1974
|
-
add:
|
|
1975
|
-
steps:
|
|
1976
|
-
repoInfo:
|
|
1983
|
+
add:
|
|
1984
|
+
steps:
|
|
1985
|
+
repoInfo:
|
|
1977
1986
|
label: Repository Details
|
|
1978
1987
|
title: Specify the Git Repository to add to fleet
|
|
1979
1988
|
subtext: 'Define repository details'
|
|
1980
1989
|
description: Fleet will continuously monitor the Git Repository you configure below and synchronise the resources contained in it to the configured targets.
|
|
1981
|
-
targetInfo:
|
|
1990
|
+
targetInfo:
|
|
1982
1991
|
label: Target Details
|
|
1983
1992
|
title: Specify which target to synchronise this repository to
|
|
1984
1993
|
subtext: 'Define target details'
|
|
@@ -2133,13 +2142,13 @@ graphOptions:
|
|
|
2133
2142
|
|
|
2134
2143
|
growl:
|
|
2135
2144
|
clearAll: Clear All Notifications
|
|
2136
|
-
disconnectError:
|
|
2145
|
+
disconnectError:
|
|
2137
2146
|
message: "The connection to {url} closed unexpectedly at {time}. Disconnected after {tries} reconnect attempts. Check your network connection and reload the page"
|
|
2138
|
-
title: Websocket Disconnected
|
|
2139
|
-
connectError:
|
|
2147
|
+
title: Websocket Disconnected
|
|
2148
|
+
connectError:
|
|
2140
2149
|
message: "The connection to {url} closed unexpectedly at {time}. Reconnect attempt #{tries}."
|
|
2141
|
-
title: Websocket Reconnecting
|
|
2142
|
-
reconnected:
|
|
2150
|
+
title: Websocket Reconnecting
|
|
2151
|
+
reconnected:
|
|
2143
2152
|
message: "The connection to {url} was restored on attempt #{tries}."
|
|
2144
2153
|
title: Websocket Reconnected
|
|
2145
2154
|
|
|
@@ -2483,7 +2492,7 @@ landing:
|
|
|
2483
2492
|
cpuUsed: CPU Used
|
|
2484
2493
|
memoryUsed: Memory Used
|
|
2485
2494
|
seeWhatsNew: Learn more about the improvements and new capabilities in this version.
|
|
2486
|
-
whatsNewLink: "What's new in 2.
|
|
2495
|
+
whatsNewLink: "What's new in 2.7"
|
|
2487
2496
|
learnMore: Learn More
|
|
2488
2497
|
support: Support
|
|
2489
2498
|
psps: PSPs
|
|
@@ -2862,7 +2871,6 @@ monitoring:
|
|
|
2862
2871
|
existing: Enable With Existing PVC
|
|
2863
2872
|
statefulset: Enable with StatefulSet Template
|
|
2864
2873
|
template: Enable with PVC Template
|
|
2865
|
-
volumeMode: Volume Mode
|
|
2866
2874
|
volumeName: Volume Name
|
|
2867
2875
|
title: Configure Grafana
|
|
2868
2876
|
hostNetwork:
|
|
@@ -2925,7 +2933,6 @@ monitoring:
|
|
|
2925
2933
|
selector: Selector
|
|
2926
2934
|
selectorWarning: 'If you are using a dynamic provisioner (e.g. Longhorn), no Selectors should be specified since a PVC with a non-empty selector can''t have a PV dynamically provisioned for it.'
|
|
2927
2935
|
size: Size
|
|
2928
|
-
volumeMode: Volume Mode
|
|
2929
2936
|
volumeName: Volume Name
|
|
2930
2937
|
title: Configure Prometheus
|
|
2931
2938
|
warningInstalled: |
|
|
@@ -3014,10 +3021,6 @@ monitoring:
|
|
|
3014
3021
|
prometheus: Prometheus
|
|
3015
3022
|
projectMetrics: Project Metrics
|
|
3016
3023
|
v1Warning: 'Monitoring is currently deployed from Cluster Manager. If you are migrating from an older version of {vendor} with monitoring enabled, please disable monitoring in Cluster Manager before attempting to install the new {vendor} Monitoring chart in Cluster Explorer.'
|
|
3017
|
-
volume:
|
|
3018
|
-
modes:
|
|
3019
|
-
block: Block
|
|
3020
|
-
file: Filesystem
|
|
3021
3024
|
|
|
3022
3025
|
monitoringReceiver:
|
|
3023
3026
|
addButton: Add {type}
|
|
@@ -3677,6 +3680,14 @@ persistentVolumeClaim:
|
|
|
3677
3680
|
status:
|
|
3678
3681
|
label: Status
|
|
3679
3682
|
|
|
3683
|
+
podDisruptionBudget:
|
|
3684
|
+
budget:
|
|
3685
|
+
label: Budget
|
|
3686
|
+
minAvailable:
|
|
3687
|
+
label: Min. available Pods
|
|
3688
|
+
maxUnavailable:
|
|
3689
|
+
label: Max. unavailable Pods
|
|
3690
|
+
|
|
3680
3691
|
# Rancher Extensions
|
|
3681
3692
|
plugins:
|
|
3682
3693
|
labels:
|
|
@@ -5142,6 +5153,12 @@ validation:
|
|
|
5142
5153
|
startLetter: '"{key}" must start with a letter or number'
|
|
5143
5154
|
tooLongKey: '"{key}" cannot have a key longer than {max} characters'
|
|
5144
5155
|
tooLongPrefix: '"{key}" cannot have a prefix longer than {max} characters'
|
|
5156
|
+
minLength: '"{key}" must contain more than {min} characters'
|
|
5157
|
+
maxLength: '"{key}" must contain less than {max} characters'
|
|
5158
|
+
minValue: '"{key}" must be higher than {min}'
|
|
5159
|
+
maxValue: '"{key}" must be lower than {max}'
|
|
5160
|
+
betweenLengths: '"{key}" must contain between {min} and {max} characters'
|
|
5161
|
+
betweenValues: '"{key}" must be between {min} and {max}'
|
|
5145
5162
|
noSchema: No schema found to validate
|
|
5146
5163
|
noType: No type to validate
|
|
5147
5164
|
number:
|
|
@@ -5733,8 +5750,8 @@ workload:
|
|
|
5733
5750
|
label: Termination Grace Period
|
|
5734
5751
|
tip: The duration the pod needs to terminate successfully.
|
|
5735
5752
|
title: Upgrading
|
|
5736
|
-
tabs:
|
|
5737
|
-
labels:
|
|
5753
|
+
tabs:
|
|
5754
|
+
labels:
|
|
5738
5755
|
deployment: Deployment
|
|
5739
5756
|
pod: Pod
|
|
5740
5757
|
containers: Containers
|
|
@@ -6306,7 +6323,7 @@ branding:
|
|
|
6306
6323
|
directoryName: Brand Asset Directory Name
|
|
6307
6324
|
logos:
|
|
6308
6325
|
label: Logo
|
|
6309
|
-
tip: 'Upload a logo to replace the Rancher logo in the top-level navigation header. Image height should be 21 pixels with a max width of 200 pixels. Max file size is 20KB'
|
|
6326
|
+
tip: 'Upload a logo to replace the Rancher logo in the top-level navigation header. Image height should be 21 pixels with a max width of 200 pixels. Max file size is 20KB. Accepted formats: JPEG, PNG, SVG.'
|
|
6310
6327
|
lightPreview: Light Theme Preview
|
|
6311
6328
|
darkPreview: Dark Theme Preview
|
|
6312
6329
|
uploadLight: Upload Light Logo
|
|
@@ -6384,7 +6401,7 @@ resourceQuota:
|
|
|
6384
6401
|
namespace: 'This Namespace:'
|
|
6385
6402
|
available: 'Available:'
|
|
6386
6403
|
max: 'Total:'
|
|
6387
|
-
customLinks:
|
|
6404
|
+
customLinks:
|
|
6388
6405
|
displayTitle: Links
|
|
6389
6406
|
label: Home Links
|
|
6390
6407
|
description: 'Configure the links to display on the home page. You can define your own custom links as well as show or hide default links.'
|
|
@@ -6397,7 +6414,7 @@ customLinks:
|
|
|
6397
6414
|
keyLabel: Display Text
|
|
6398
6415
|
valueLabel: URL
|
|
6399
6416
|
showLabel: Show
|
|
6400
|
-
defaults:
|
|
6417
|
+
defaults:
|
|
6401
6418
|
docs: Docs
|
|
6402
6419
|
forums: Forums
|
|
6403
6420
|
slack: Slack
|
|
@@ -6505,4 +6522,4 @@ auth:
|
|
|
6505
6522
|
label: Auth Provider
|
|
6506
6523
|
vncConsole:
|
|
6507
6524
|
error:
|
|
6508
|
-
message: Web VNC console connection is disconnected
|
|
6525
|
+
message: Web VNC console connection is disconnected
|