Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SolidBase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SolidBase
SolidBase
Commits
a6a53076
Commit
a6a53076
authored
Dec 14, 2019
by
Johannes Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change origin display
parent
0fa1611d
Pipeline
#303
passed with stages
in 4 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
12 deletions
+9
-12
src/locales
src/locales
+1
-1
src/views/Chart.vue
src/views/Chart.vue
+8
-11
No files found.
locales
@
73e79b43
Compare
ea854cf0
...
73e79b43
Subproject commit
ea854cf06110d4b021b200bea6c467727b1282ac
Subproject commit
73e79b432d7a2014e3dbd49ecbdf43b3a806b325
src/views/Chart.vue
View file @
a6a53076
...
...
@@ -135,7 +135,7 @@
<
/b-modal
>
<!--
ABSTRACT
INTENTS
-->
<
b
-
tooltip
:
label
=
"
$t
c('expense',2
)
"
>
<
b
-
tooltip
:
label
=
"
$t
('sub-cost-contribs'
)
"
>
<!--
TODO
:
make
text
-->
<
b
-
table
:
data
=
"
absIntents
"
:
checkable
=
"
!$store.state.ro
"
:
checked
-
rows
.
sync
=
"
intentsToJoin
"
focusable
>
...
...
@@ -144,16 +144,13 @@
{{
props
.
row
.
label
}}
<
/b-table-column
>
<
b
-
table
-
column
field
=
"
details
"
:
label
=
"
$t('origin')
"
style
=
"
text-align:left;
"
>
<
div
v
-
for
=
"
inc in includes(props.row.ID)
"
:
key
=
"
inc.ID.value
"
>
{{
$t
(
'
from
'
)
}}
<
a
@
click
=
"
fillData(inc.processId)
"
:
title
=
'
`Focus ${inc.processName
}
`
'
>
{{
inc
.
processName
}}
<
/a
>
{{
$t
(
'
comes
'
)
}}
<
a
@
click
=
"
fillData(inc.processId)
"
:
title
=
'
`Focus ${inc.processName
}
`
'
>
{{
inc
.
name
}}
<
/a
>
({{
(
$store
.
getters
.
intentValue
(
inc
.
ID
)
/
$store
.
getters
.
intentValue
(
props
.
row
.
ID
)
*
100
).
toFixed
(
2
)
}}
%
).
<
div
v
-
for
=
"
inc in includes(props.row.ID)
"
:
key
=
"
inc.ID.value
"
:
title
=
"
`${$t('sub-cost-name')
}
: ${inc.name
}
`
"
>
<
b
-
tooltip
:
label
=
'
`Focus ${inc.processName
}
`
'
>
<
a
@
click
=
"
fillData(inc.processId)
"
>
{{
inc
.
processName
}}
({{
(
$store
.
getters
.
intentValue
(
inc
.
ID
)
/
$store
.
getters
.
intentValue
(
props
.
row
.
ID
)
*
100
).
toFixed
(
2
)
}}
%
).
<
/a
>
<
/b-tooltip
>
<
/div
>
<
/b-table-column
>
<
b
-
table
-
column
numeric
:
style
=
"
styleColor(props.row.label)
"
sortable
:
visible
=
'
!annualView
'
field
=
"
january
"
:
label
=
"
$t('january')
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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