1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

fix(app): surface placement rules from form [EE-6553] (#11816)

This commit is contained in:
Ali 2024-05-14 13:34:06 +12:00 committed by GitHub
parent 1ba4b590f4
commit b6daee2850
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 89 additions and 3 deletions

View file

@ -36,7 +36,7 @@ export function PlacementsDatatable({
<ExpandableDatatable
isLoading={isLoading}
getRowCanExpand={(row) => !row.original.acceptsApplication}
title="Placement constraints/preferences"
title="Nodes vs. placement constraints/preferences"
titleIcon={Minimize2}
dataset={dataset}
settingsManager={tableState}
@ -51,8 +51,8 @@ export function PlacementsDatatable({
</TextTip>
) : (
<TextTip color="blue">
The placement table helps you understand whether or not this
application can be deployed on a specific node.
The table below shows whether or not this application can be
deployed on the nodes listed.
</TextTip>
)
}