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