File tree Expand file tree Collapse file tree 2 files changed +39
-31
lines changed
v2/projects/[projectId]/workflows/[workflowId] Expand file tree Collapse file tree 2 files changed +39
-31
lines changed Original file line number Diff line number Diff line change 153153 < div class = " admin-border" / >
154154 {/ if }
155155 {#if ! server .alive }
156- < div class = " alert alert-danger" >
157- Sorry, we are performing some maintenance on fractal- server . It will be back online soon.
156+ < div class = " container mt-3" >
157+ < div class = " alert alert-danger" >
158+ Sorry, we are performing some maintenance on fractal- server . It will be back online soon.
159+ < / div>
158160 < / div>
159161 {/ if }
160162 {#if warningBanner}
161- < div class = " alert alert-warning" >
162- {#each warningBanner .split (' \n ' ) as line, index}
163- {#if index > 0 }
164- < br / >
165- {/ if }
166- {line}
167- {/ each}
163+ < div class = " container mt-3" >
164+ < div class = " alert alert-warning" >
165+ {#each warningBanner .split (' \n ' ) as line, index}
166+ {#if index > 0 }
167+ < br / >
168+ {/ if }
169+ {line}
170+ {/ each}
171+ < / div>
168172 < / div>
169173 {/ if }
170174 {#if userLoggedIn && ! $page .data .userInfo .is_verified }
171- < div class = " row" >
172- < div class = " col" >
173- < div class = " alert alert-warning" >
174- < i class = " bi bi-exclamation-triangle" / >
175- < strong> Warning< / strong> : as a non- verified user, you have limited access; please contact
176- an admin.
175+ < div class = " container mt-3" >
176+ < div class = " row" >
177+ < div class = " col" >
178+ < div class = " alert alert-warning" >
179+ < i class = " bi bi-exclamation-triangle" / >
180+ < strong> Warning< / strong> : as a non- verified user, you have limited access; please
181+ contact an admin.
182+ < / div>
177183 < / div>
178184 < / div>
179185 < / div>
Original file line number Diff line number Diff line change 762762< TypeFiltersFlowModal {workflow} bind: this = {typeFiltersFlowModal} / >
763763
764764{#if workflow}
765- < StandardDismissableAlert message= {workflowSuccessMessage} / >
765+ < div class = " container" >
766+ < StandardDismissableAlert message= {workflowSuccessMessage} / >
766767
767- < div id= " workflowErrorAlert" / >
768+ < div id= " workflowErrorAlert" / >
768769
769- {#if jobError}
770- < div class = " alert border border-danger bg-light" >
771- < div class = " row" >
772- < div class = " col-md-10 col-sm-9" >
773- < div class = " text-muted mb-2 fw-bolder" > The last job failed with the following error: < / div>
774- < pre class = " text-danger mb-0" > {jobError}< / pre>
775- < / div>
776- < div class = " col-md-2 col-sm-3" >
777- < button class = " btn btn-outline-secondary float-end" on: click= {showJobLogsModal}>
778- Show complete log
779- < / button>
770+ {#if jobError}
771+ < div class = " alert border border-danger bg-light" >
772+ < div class = " row" >
773+ < div class = " col-md-10 col-sm-9" >
774+ < div class = " text-muted mb-2 fw-bolder" >
775+ The last job failed with the following error:
776+ < / div>
777+ < pre class = " text-danger mb-0" > {jobError}< / pre>
778+ < / div>
779+ < div class = " col-md-2 col-sm-3" >
780+ < button class = " btn btn-outline-secondary float-end" on: click= {showJobLogsModal}>
781+ Show complete log
782+ < / button>
783+ < / div>
780784 < / div>
781785 < / div>
782- < / div>
783- {/ if }
786+ {/ if }
784787
785- < div class = " container mt-2" >
786788 < div class = " row" >
787789 < div class = " col-4" >
788790 < div class = " card" >
You can’t perform that action at this time.
0 commit comments