Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@
"@patternfly/react-catalog-view-extension": "~6.3.0",
"@patternfly/react-charts": "~8.4.1",
"@patternfly/react-code-editor": "~6.4.2",
"@patternfly/react-component-groups": "~6.4.0",
"@patternfly/react-component-groups": "6.4.0-prerelease.21",
"@patternfly/react-core": "~6.4.2",
"@patternfly/react-data-view": "~6.4.0-prerelease.12",
"@patternfly/react-drag-drop": "~6.5.0-prerelease.38",
"@patternfly/react-icons": "~6.4.0",
"@patternfly/react-log-viewer": "~6.3.0",
"@patternfly/react-styles": "~6.4.0",
"@patternfly/react-table": "~6.4.2",
"@patternfly/react-table": "6.5.0-prerelease.77",
"@patternfly/react-templates": "~6.4.2",
"@patternfly/react-tokens": "~6.4.0",
"@patternfly/react-topology": "~6.4.0",
Expand Down Expand Up @@ -324,6 +324,12 @@
"glob-parent": "^5.1.2",
"hosted-git-info": "^3.0.8",
"lodash-es": "^4.17.23",
"@patternfly/react-component-groups": "6.4.0-prerelease.21",
"@patternfly/react-core": "6.5.0-prerelease.73",
"@patternfly/react-icons": "6.5.0-prerelease.34",
"@patternfly/react-styles": "6.5.0-prerelease.24",
"@patternfly/react-table": "6.5.0-prerelease.77",
"@patternfly/react-tokens": "6.5.0-prerelease.23",
"postcss": "^8.2.13"
},
"lint-staged": {
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/console-app/locales/en/console-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@
"This action cannot be undone. Deleting a node will instruct Kubernetes that the node is down or unrecoverable and delete all pods scheduled to that node. If the node is still running but unresponsive and the node is deleted, stateful workloads and persistent volumes may suffer corruption or data loss. Only delete a node that you have confirmed is completely stopped and cannot be restored.": "This action cannot be undone. Deleting a node will instruct Kubernetes that the node is down or unrecoverable and delete all pods scheduled to that node. If the node is still running but unresponsive and the node is deleted, stateful workloads and persistent volumes may suffer corruption or data loss. Only delete a node that you have confirmed is completely stopped and cannot be restored.",
"Mark as schedulable": "Mark as schedulable",
"Mark as unschedulable": "Mark as unschedulable",
"Mark <1>{{count}}</1> nodes as unschedulable?": "Mark <1>{{count}}</1> nodes as unschedulable?",
"Unschedulable nodes won't accept new pods. By blocking new pod assignments, you can isolate nodes to perform maintenance or decommission them without disrupting new traffic.": "Unschedulable nodes won't accept new pods. By blocking new pod assignments, you can isolate nodes to perform maintenance or decommission them without disrupting new traffic.",
"Unschedulable nodes won't accept new pods. By blocking new pod assignments, you can isolate a node to perform maintenance or decommission it without disrupting new traffic.": "Unschedulable nodes won't accept new pods. By blocking new pod assignments, you can isolate a node to perform maintenance or decommission it without disrupting new traffic.",
"Mark unschedulable": "Mark unschedulable",
"Error updating {{nodeName}}": "Error updating {{nodeName}}",
Expand Down Expand Up @@ -465,6 +467,10 @@
"Certificate approval required": "Certificate approval required",
"An error occurred. Please try again": "An error occurred. Please try again",
"No new Pods or workloads will be placed on this Node until it's marked as schedulable.": "No new Pods or workloads will be placed on this Node until it's marked as schedulable.",
"Applies to {{nodeCount}} selected node(s) that are currently unschedulable.": "Applies to {{nodeCount}} selected node(s) that are currently unschedulable.",
"Mark schedulable": "Mark schedulable",
"Applies to {{nodeCount}} selected node(s) that are currently schedulable.": "Applies to {{nodeCount}} selected node(s) that are currently schedulable.",
"Scheduling": "Scheduling",
"Identity providers": "Identity providers",
"Mapping method": "Mapping method",
"Remove identity provider": "Remove identity provider",
Expand Down
Loading