remove dashboard, check options from workspace profile & default config

This commit is contained in:
Puskar Basu
2024-07-03 16:50:12 +05:30
parent c7cea201da
commit 2d687a83e3
5 changed files with 3 additions and 69 deletions

View File

@@ -21,9 +21,6 @@ workspace "default" {
separator = "|"
timing = true
}
options "dashboard" {
browser = true
}
}
workspace "sample" {
@@ -49,7 +46,4 @@ workspace "sample" {
separator = ";"
timing = true
}
options "dashboard" {
browser = true
}
}