WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
EnviDat-Frontend
Commits
b1cd4fe4
Commit
b1cd4fe4
authored
Sep 14, 2022
by
Dominik Haas
Browse files
version: increased to 0.7.269 with removing of extra card "missing card" and minor clean up
parent
5fe3f5ec
Pipeline
#1340
failed with stages
in 66 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
b1cd4fe4
{
"name"
:
"envidat.ch"
,
"version"
:
"0.7.26
8
"
,
"version"
:
"0.7.26
9
"
,
"private"
:
true
,
"description"
:
"Envidat frontend with vue"
,
"author"
:
"Dominik Haas-Artho"
,
...
...
src/modules/integration/components/IntegrationPage.vue
View file @
b1cd4fe4
...
...
@@ -29,7 +29,7 @@
offset-md=
"1"
md=
"10"
class=
"text-body-1"
v-html=
"
markdownText(
pageIntroText
)
"
>
v-html=
"pageIntroText"
>
</v-col>
...
...
@@ -98,7 +98,6 @@ import {
import
ImgAndTextLayout
from
'
@/components/Layouts/ImgAndTextLayout
'
;
import
TextCardListLayout
from
'
@/components/Layouts/TextCardListLayout
'
;
import
ImageTextCard
from
'
@/components/Layouts/ImageTextCard
'
;
import
{
renderMarkdown
}
from
'
@/factories/stringFactory
'
;
export
default
{
name
:
INTEGRATION_PAGENAME
,
...
...
@@ -137,9 +136,6 @@ export default {
loadCommunityList
()
{
this
.
$store
.
dispatch
(
`
${
INTEGRATION_NAMESPACE
}
/
${
GET_INTEGRATION_LIST
}
`
);
},
markdownText
(
text
)
{
return
renderMarkdown
(
text
);
},
},
components
:
{
TextCardListLayout
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment