1
0
Fork 0
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:
Chaim Lev-Ari 2024-08-28 13:38:27 -06:00 committed by GitHub
parent 6e14ac583b
commit 9797201c2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 9 deletions

View file

@ -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), [