mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(app): set defaults for select boxes (#4235)
* fix(container): select runtime by default * fix(network): set default network config * fix(container): set default network container placeholder * fix(services): default service mount
This commit is contained in:
parent
d850e18ff0
commit
7329ea91ca
4 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
export function MacvlanFormData() {
|
||||
this.Scope = 'local';
|
||||
this.SelectedNetworkConfig = '';
|
||||
this.SelectedNetworkConfig = null;
|
||||
this.DatatableState = {
|
||||
selectedItems: [],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue