fixes
This commit is contained in:
@@ -76,7 +76,7 @@ export function checkIfDeploymentEnabledServices(isAdmin: boolean, service: any)
|
|||||||
export const status: Writable<any> = writable({
|
export const status: Writable<any> = writable({
|
||||||
application: {
|
application: {
|
||||||
statuses: [],
|
statuses: [],
|
||||||
overallStatus: 'degraded',
|
overallStatus: 'stopped',
|
||||||
loading: false,
|
loading: false,
|
||||||
initialLoading: true
|
initialLoading: true
|
||||||
},
|
},
|
||||||
|
@@ -998,7 +998,6 @@
|
|||||||
name="port"
|
name="port"
|
||||||
id="port"
|
id="port"
|
||||||
bind:value={dockerComposeConfiguration[service.name].port}
|
bind:value={dockerComposeConfiguration[service.name].port}
|
||||||
placeholder="{$t('forms.default')}: 3000"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
Reference in New Issue
Block a user