Add export for all system default tasks

This commit is contained in:
A R R R Associates
2026-07-19 11:53:26 +05:30
parent 73cff705c4
commit 05b736b6c9
3 changed files with 281 additions and 1 deletions
@@ -6,7 +6,10 @@
<h2 class="text-xl font-semibold text-slate-900">Default Task Templates</h2>
<p class="text-sm text-slate-500">System-level default task templates by service catalogue.</p>
</div>
<a href="/services/catalogue" class="rounded-xl border border-slate-300 px-4 py-2 text-sm font-medium text-slate-700 hover:bg-slate-50">Back to Catalogue</a>
<div class="flex flex-wrap gap-2">
<a href="/services/defaults/export" class="rounded-xl border border-emerald-300 bg-emerald-50 px-4 py-2 text-sm font-medium text-emerald-800 hover:bg-emerald-100">Export All Default Tasks</a>
<a href="/services/catalogue" class="rounded-xl border border-slate-300 px-4 py-2 text-sm font-medium text-slate-700 hover:bg-slate-50">Back to Catalogue</a>
</div>
</div>
<div class="overflow-hidden rounded-2xl bg-white shadow-soft">
<table class="min-w-full divide-y divide-slate-200">