Add export for all system default tasks
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user