diff --git a/public/js/app.js b/public/js/app.js index e7ae6b17..a1500918 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -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' diff --git a/resources/js/components/Settings/SettingsIndex.js b/resources/js/components/Settings/SettingsIndex.js index 4c831856..d25731bd 100644 --- a/resources/js/components/Settings/SettingsIndex.js +++ b/resources/js/components/Settings/SettingsIndex.js @@ -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'