diff --git a/src/components/CsvToBUFRForm.vue b/src/components/CsvToBUFRForm.vue index 41fdbb8..705cbe2 100644 --- a/src/components/CsvToBUFRForm.vue +++ b/src/components/CsvToBUFRForm.vue @@ -3,6 +3,10 @@ Submit CSV Data + + See the + WIS2box documentation for information on CSV formatted data + {{msg}} Close @@ -291,7 +295,7 @@ const notificationsOnPending = ref(false); // computed properties - + const step1Color = computed(() => { if (status.value.fileLoaded) { return "#64BF40" diff --git a/src/components/SynopForm.vue b/src/components/SynopForm.vue index 019d54d..15f9e1b 100644 --- a/src/components/SynopForm.vue +++ b/src/components/SynopForm.vue @@ -4,7 +4,7 @@ - Submit FM 12–XIV Ext. SYNOP Bulletin + Submit FM 12–XIV Ext. SYNOP Bulletin @@ -350,7 +350,7 @@ export default defineComponent({ result.value = testData; } - // Simulated output response in test environment + // Simulated output response in test environment // representing a partial success const testPartialSuccessResult = () => { const testData = { @@ -400,7 +400,7 @@ export default defineComponent({ inputs: { data: bulletin.value, // Raw FM 12 data year: date.value.year, // Year of data - month: date.value.month + 1, // Month of data, +1 as JS starts + month: date.value.month + 1, // Month of data, +1 as JS starts // from 0 for months channel: datasetSelected.value.metadata.topic, // Topic hierarchy metadata_id: datasetSelected.value.metadata.id, // Dataset identifier @@ -448,8 +448,8 @@ export default defineComponent({ } } - // Method for when the user presses the submit button, - // including a loading animation and obtaining the result + // Method for when the user presses the submit button, + // including a loading animation and obtaining the result const submit = async () => { // Start loading animation loading.value = true; @@ -528,4 +528,4 @@ export default defineComponent({ display: flex; align-items: center; } - \ No newline at end of file +