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 11export * from './get-series'
2- export * from './constants'
32export * from './colors'
43export * from './nodes'
Original file line number Diff line number Diff line change 1- import { floorId , token } from './common'
21import { PanelPlugin } from '@grafana/data'
32import { FloorOptions } from './types'
43import FloorPanel from './components/FloorPanel'
@@ -8,14 +7,14 @@ export const plugin = new PanelPlugin<FloorOptions>(FloorPanel).setPanelOptions(
87 . addTextInput ( {
98 path : 'id' ,
109 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 : ''
1312 } )
1413 . addTextInput ( {
1514 path : 'token' ,
1615 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 : ''
1918 } )
2019 . addTextInput ( {
2120 path : 'nodeId' ,
You can’t perform that action at this time.
0 commit comments