mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Add db field to settings page
This commit is contained in:
3
public/js/app.js
vendored
3
public/js/app.js
vendored
@@ -148424,6 +148424,9 @@ var SettingsIndex = /*#__PURE__*/function (_Component) {
|
|||||||
}, {
|
}, {
|
||||||
obj: data.influx_db_port,
|
obj: data.influx_db_port,
|
||||||
type: 'number'
|
type: 'number'
|
||||||
|
}, {
|
||||||
|
obj: data.influx_db_database,
|
||||||
|
type: 'text'
|
||||||
}, {
|
}, {
|
||||||
obj: data.influx_db_username,
|
obj: data.influx_db_username,
|
||||||
type: 'text'
|
type: 'text'
|
||||||
|
|||||||
@@ -273,6 +273,10 @@ export default class SettingsIndex extends Component {
|
|||||||
obj: data.influx_db_port,
|
obj: data.influx_db_port,
|
||||||
type: 'number'
|
type: 'number'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
obj: data.influx_db_database,
|
||||||
|
type: 'text'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
obj: data.influx_db_username,
|
obj: data.influx_db_username,
|
||||||
type: 'text'
|
type: 'text'
|
||||||
|
|||||||
Reference in New Issue
Block a user