wip
This commit is contained in:
@@ -65,10 +65,10 @@ export class UmbInstallerDatabase extends LitElement {
|
||||
switch (this.databaseType) {
|
||||
case 'msqls':
|
||||
return this._renderSqlServer();
|
||||
case 'custom':
|
||||
return this._renderCustom();
|
||||
default:
|
||||
case 'sqlite':
|
||||
return this._renderSQLite();
|
||||
default:
|
||||
return this._renderCustom();
|
||||
}
|
||||
}
|
||||
private _renderSQLite = () => html` <uui-form-layout-item>
|
||||
|
||||
@@ -15,6 +15,12 @@ export class UmbInstaller extends LitElement {
|
||||
@state()
|
||||
step = 2;
|
||||
|
||||
@state()
|
||||
user = {};
|
||||
|
||||
@state()
|
||||
database = {};
|
||||
|
||||
private _renderSection() {
|
||||
switch (this.step) {
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user