|
@@ -546,12 +546,14 @@
|
|
|
{/if}
|
|
|
</div>
|
|
|
|
|
|
- <div class="flex justify-end pt-3 text-sm font-medium">
|
|
|
- <button
|
|
|
- class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
|
|
|
- type="submit"
|
|
|
- >
|
|
|
- {$i18n.t('Save')}
|
|
|
- </button>
|
|
|
- </div>
|
|
|
+ {#if PIPELINES_LIST !== null && PIPELINES_LIST.length > 0}
|
|
|
+ <div class="flex justify-end pt-3 text-sm font-medium">
|
|
|
+ <button
|
|
|
+ class=" px-4 py-2 bg-emerald-700 hover:bg-emerald-800 text-gray-100 transition rounded-lg"
|
|
|
+ type="submit"
|
|
|
+ >
|
|
|
+ {$i18n.t('Save')}
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ {/if}
|
|
|
</form>
|