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