mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 07:36:14 +00:00
fix: revert data type
This commit is contained in:
parent
138fa1f38d
commit
d80819f5cc
@ -14,14 +14,14 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
export const ProfileDataMode = [
|
||||
export const ProfileDataMode: any[] = [
|
||||
{ label: "Include Children", value: "include" },
|
||||
{ label: "Exclude Children", value: "exclude" },
|
||||
] as const;
|
||||
export const ProfileDisplayMode = [
|
||||
];
|
||||
export const ProfileDisplayMode: any[] = [
|
||||
{ label: "Tree Graph", value: "tree" },
|
||||
{ label: "Flame Graph", value: "flame" },
|
||||
] as const;
|
||||
];
|
||||
export const NewTaskField = {
|
||||
service: { key: "", label: "None" },
|
||||
monitorTime: { key: "0", label: "monitor now" },
|
||||
|
Loading…
Reference in New Issue
Block a user