File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
export * from './get-series'
2
- export * from './constants'
3
2
export * from './colors'
4
3
export * from './nodes'
Original file line number Diff line number Diff line change 1
- import { floorId , token } from './common'
2
1
import { PanelPlugin } from '@grafana/data'
3
2
import { FloorOptions } from './types'
4
3
import FloorPanel from './components/FloorPanel'
@@ -8,14 +7,14 @@ export const plugin = new PanelPlugin<FloorOptions>(FloorPanel).setPanelOptions(
8
7
. addTextInput ( {
9
8
path : 'id' ,
10
9
name : 'Floor plan ID' ,
11
- description : 'Description of panel option ' ,
12
- defaultValue : floorId
10
+ description : 'Please provide the floor plan ID from your Archilogic account ' ,
11
+ defaultValue : ''
13
12
} )
14
13
. addTextInput ( {
15
14
path : 'token' ,
16
15
name : 'Publishable Token' ,
17
- description : 'Description of panel option ' ,
18
- defaultValue : token
16
+ description : 'You can find or create a token in the settings page of your Archilogic account ' ,
17
+ defaultValue : ''
19
18
} )
20
19
. addTextInput ( {
21
20
path : 'nodeId' ,
You can’t perform that action at this time.
0 commit comments