diff --git a/src/js/codelists.js b/src/js/codelists.js index aea815e..6606462 100644 --- a/src/js/codelists.js +++ b/src/js/codelists.js @@ -103,22 +103,24 @@ Vue.component("codelists", { Select the ESPD version and the code list to explore the contents. At the bottom of the page, you can view the translations for each entry in the code list. - - - - - + + + - - - - + + - - Type: {{crt_list.type}} + + - - + + + + + Type: {{crt_list.type}} + + + Short Name: {{crt_list.ShortName}} Long Name: {{crt_list.LongName}}
diff --git a/src/js/model.js b/src/js/model.js index 2cd3071..032d154 100644 --- a/src/js/model.js +++ b/src/js/model.js @@ -56,19 +56,22 @@ Vue.component("model", { Select the desired ESPD version and Criterion to show the HTML representation of the ESPD Model. - - - - - + + + + - - - - + + - - + + + + + + + + ` }); \ No newline at end of file