mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
feat(docker): label gpu as nvidia only [EE-6999] (#11729)
This commit is contained in:
parent
6e14ac583b
commit
9797201c2a
3 changed files with 33 additions and 9 deletions
|
@ -37,6 +37,7 @@ import { TagButton } from '@@/TagButton';
|
|||
import { BETeaserButton } from '@@/BETeaserButton';
|
||||
import { CodeEditor } from '@@/CodeEditor';
|
||||
import { HelpLink } from '@@/HelpLink';
|
||||
import { TextTip } from '@@/Tip/TextTip';
|
||||
|
||||
import { fileUploadField } from './file-upload-field';
|
||||
import { switchField } from './switch-field';
|
||||
|
@ -234,6 +235,17 @@ export const ngModule = angular
|
|||
'onVersionChange',
|
||||
])
|
||||
)
|
||||
.component(
|
||||
'textTip',
|
||||
r2a(TextTip, [
|
||||
'className',
|
||||
'color',
|
||||
'icon',
|
||||
'inline',
|
||||
'children',
|
||||
'childrenWrapperClassName',
|
||||
])
|
||||
)
|
||||
.component(
|
||||
'groupAssociationTable',
|
||||
r2a(withReactQuery(GroupAssociationTable), [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue