|
|
@@ -23,6 +23,7 @@ import Button from '../../atoms/Button'
|
|
|
import LoadingButton from '../../molecules/LoadingButton'
|
|
|
import StatusImage from '../../atoms/StatusImage'
|
|
|
import TextArea from '../../atoms/TextArea'
|
|
|
+import CopyValue from '../../atoms/CopyValue'
|
|
|
|
|
|
import StyleProps from '../../styleUtils/StyleProps'
|
|
|
import Palette from '../../styleUtils/Palette'
|
|
|
@@ -279,6 +280,14 @@ class LicenceC extends React.Component<Props, State> {
|
|
|
</LicenceRowDescription>
|
|
|
</LicenceRowContent>
|
|
|
</LicenceRow>
|
|
|
+ <LicenceRow>
|
|
|
+ <LicenceRowContent>
|
|
|
+ <LicenceRowLabel>Appliance ID</LicenceRowLabel>
|
|
|
+ <LicenceRowDescription>
|
|
|
+ <CopyValue value={info.applianceId} />
|
|
|
+ </LicenceRowDescription>
|
|
|
+ </LicenceRowContent>
|
|
|
+ </LicenceRow>
|
|
|
</LicenceInfoWrapper>
|
|
|
)
|
|
|
}
|