mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +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,
|
||||
type: 'number'
|
||||
}, {
|
||||
obj: data.influx_db_database,
|
||||
type: 'text'
|
||||
}, {
|
||||
obj: data.influx_db_username,
|
||||
type: 'text'
|
||||
|
||||
@@ -273,6 +273,10 @@ export default class SettingsIndex extends Component {
|
||||
obj: data.influx_db_port,
|
||||
type: 'number'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_database,
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
obj: data.influx_db_username,
|
||||
type: 'text'
|
||||
|
||||
Reference in New Issue
Block a user