diff --git a/packages/main/src/index.ts b/packages/main/src/index.ts index 893eb3e..68cab95 100644 --- a/packages/main/src/index.ts +++ b/packages/main/src/index.ts @@ -56,7 +56,7 @@ const initCore = async () => { } /** - * Do this to allow swate hosting with https + * Do this to allow swate hosting with https */ if (!app.isPackaged) app.commandLine.appendSwitch('ignore-certificate-errors'); diff --git a/packages/renderer/src/App.vue b/packages/renderer/src/App.vue index 44b37c9..f4566de 100644 --- a/packages/renderer/src/App.vue +++ b/packages/renderer/src/App.vue @@ -297,10 +297,12 @@ const test = async ()=>{ - - - - + + + + + +
diff --git a/packages/renderer/src/views/ArcTreeView.vue b/packages/renderer/src/views/ArcTreeView.vue index fc9bc08..a2bfb7e 100644 --- a/packages/renderer/src/views/ArcTreeView.vue +++ b/packages/renderer/src/views/ArcTreeView.vue @@ -650,7 +650,7 @@ watch(()=>AppProperties.state, async (newValue, oldValue) => { @contextmenu="e=>onCellContextMenu(e,prop.node)" @click='e=>triggerNode(e,prop.node)' > - +
-
{{ prop.node.label }} @@ -660,7 +660,7 @@ watch(()=>AppProperties.state, async (newValue, oldValue) => {
+ diff --git a/packages/renderer/src/views/ValidationView.vue b/packages/renderer/src/views/ValidationView.vue index 9836fb2..41a9ae7 100644 --- a/packages/renderer/src/views/ValidationView.vue +++ b/packages/renderer/src/views/ValidationView.vue @@ -191,100 +191,102 @@ onMounted(init); - - - - - - By default every ARC is validated against the ARC specification to guarantee ARC intactness. - - - - - - - - - Here you can add or remove additional validation packages.
- For instance, if you want to publish your ARC and receive a DOI via the DataHUB, select and add the "invenio" validation. -
- - - - - - - - - - - - - - - - - - - + + + + + + By default every ARC is validated against the ARC specification to guarantee ARC intactness. - - - + + + + + + + + Here you can add or remove additional validation packages.
+ For instance, if you want to publish your ARC and receive a DOI via the DataHUB, select and add the "invenio" validation. +
+ + + + + + + + + + + + + + + + + + + + +
- - - - - -
 
Custom Validation Packages
 NameVersion
- - - - - -
- -
- - - Save the the validation information to your ARC.
- They are stored in a file called ".arc/validation_packages.yml". +
+ + + + + +
 
Custom Validation Packages
 NameVersion
+ + + + + +
+ +
+ + + Save the the validation information to your ARC.
+ They are stored in a file called ".arc/validation_packages.yml". +
+
+