Merge pull request 'feat(ui): add tooltips for general section in machine detail pane' (#4561) from feat/machine-detail-tooltips into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4561
This commit is contained in:
@@ -80,6 +80,9 @@ export const SectionGeneral = () => {
|
|||||||
readOnly
|
readOnly
|
||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
input={input}
|
input={input}
|
||||||
|
tooltip={
|
||||||
|
"A unique identifier for this machine. It cannot be changed."
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Field>
|
</Field>
|
||||||
@@ -91,11 +94,14 @@ export const SectionGeneral = () => {
|
|||||||
value={field.value}
|
value={field.value}
|
||||||
size="s"
|
size="s"
|
||||||
inverted
|
inverted
|
||||||
label="Class"
|
label="Platform"
|
||||||
required
|
required
|
||||||
readOnly
|
readOnly
|
||||||
orientation="horizontal"
|
orientation="horizontal"
|
||||||
input={input}
|
input={input}
|
||||||
|
tooltip={
|
||||||
|
"The target platform for this machine. It cannot be changed. It is set in the installer."
|
||||||
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Field>
|
</Field>
|
||||||
|
|||||||
Reference in New Issue
Block a user