Skip to content

Commit

Permalink
UI update (Push rejected)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Oct 24, 2024
1 parent 1609f26 commit 699e211
Show file tree
Hide file tree
Showing 13 changed files with 150 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
:style="[catalog.isShow ? {display: 'block'} : {display:'none'}]">
<div class="accordion-body pt-0">
<br />
{{ catalog.catalogDescription }}
<div style="white-space: pre-wrap;" v-html="formattedText(catalog.catalogDescription)"></div>
<div>
<br />
<div class="btn-list" style="width:70%;" v-for="wf in catalog.refData.workflow"
Expand Down Expand Up @@ -449,7 +449,9 @@
const formattedText = (text:string) => {
return text.replace(/\\n|\n/g, '<br/>');
}
const formattedText = (text:string) => {
return text.replace(/\\n|\n/g, '<br/>');
}
</script>
<style>
Expand Down
17 changes: 17 additions & 0 deletions src/main/resources/static/assets/OssList-xzbPaIrF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions src/main/resources/static/assets/RepositoryDetail-5RnfQNlT.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 699e211

Please sign in to comment.