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:
parent
1ba4b590f4
commit
b6daee2850
3 changed files with 89 additions and 3 deletions
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue