mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Added version 1 fields to settings page
This commit is contained in:
@@ -259,7 +259,29 @@ export default class SettingsIndex extends Component {
|
||||
classes: 'mr-2'
|
||||
},
|
||||
|
||||
]
|
||||
],
|
||||
influxdb: [
|
||||
{
|
||||
obj: data.influx_db_enabled,
|
||||
type: 'checkbox'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_host,
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_port,
|
||||
type: 'number'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_username,
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_password,
|
||||
type: 'password'
|
||||
}
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user