mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 10:21:37 +00:00
Added support for multi line descriptions in self serve framework (#1266)
* Added support for multi line descriptions * test snapshot change * addresse pr comments
This commit is contained in:
committed by
GitHub
parent
9cb4632f32
commit
fcfc52a80c
@@ -179,6 +179,15 @@ export default class SelfServeExample extends SelfServeBaseClass {
|
||||
})
|
||||
description: string;
|
||||
|
||||
@Values({
|
||||
description: {
|
||||
textTKey: `This UI can be used to dynamically change the throughput.
|
||||
This is an alternative to updating the throughput from the 'scale & settings' tab.`,
|
||||
type: DescriptionType.Text,
|
||||
},
|
||||
})
|
||||
multiLineDescription: string;
|
||||
|
||||
@Values({
|
||||
labelTKey: "Current Region",
|
||||
isDynamicDescription: true,
|
||||
|
||||
Reference in New Issue
Block a user