Skip to content

Commit 1356fdc

Browse files
committed
[BUGFIXED]-Updated readme url and output folder
1 parent 2af5761 commit 1356fdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/Macros.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
<v-stepper-content step="1">
106106
<div>
107107
<v-row class="pa-4" color="text-h2 text-center">
108-
<h4 class="pb-4">Select your macro script from the github repository or the file system.</h4>
109-
<a :href="`${readmeURL}`" target="_blank">Click here to find more information on macro script parameter definition. </a>
108+
<v-col cols="12"><h4 >Select your macro script from the github repository or the file system.</h4></v-col>
109+
<v-col cols="12"><a href="https://uq-rcc.github.io/ipp-docs/#/guide?id=macros" target="_blank">Click here to find more information on macro script parameter definition. </a></v-col>
110110

111111
<v-col cols="6">
112112
<v-radio-group v-model="workingItem.macroSource" @change="reset()" row>
@@ -1197,7 +1197,7 @@ export default {
11971197
mounted: async function () {
11981198
let today = new Date();
11991199
let date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate();
1200-
let time = today.getHours() + ":" + today.getMinutes() + ":" + today.getSeconds();
1200+
let time = today.getHours() + "-" + today.getMinutes() + "-" + today.getSeconds();
12011201
this.dateTime = date+'_'+time;
12021202
12031203
// load from db

0 commit comments

Comments
 (0)