Skip to content
Snippets Groups Projects
Commit 4ab8da70 authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

fix issue in scheduler regarding an issue in backend

parent 54ada48d
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@
</div>
<div class="mx-auto grid grid-cols-6 gap-4 space-x-5">
<!-- <div class="mx-auto grid grid-cols-6 gap-4 space-x-5">
<div class="main-left p-1 col-span-1">
<label class="inline-block mt-auto py-3 px-auto leading-tight bg-transparent font-bold rounded-lg" >
STAC Catalog:*
......@@ -328,7 +328,7 @@
</div>
</div>
</div>
</div> -->
<div class="mx-auto grid grid-cols-6 gap-4 space-x-5">
<div class="main-left p-1 col-span-1">
......@@ -517,7 +517,7 @@ export default {
your_collections: this.your_collections,
catalog: this.catalog,
service: this.service,
stac: this.stac,
stac: "true",
stac_desc: this.stac_desc,
stac_id: this.stac_id,
status: this.status,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment