Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Applications
Systems Frontend
Commits
02b18c56
Commit
02b18c56
authored
Mar 26, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorter date for updated field, allow word wrap in titles
parent
6a0f2481
Pipeline
#51045
passed with stage
in 2 minutes and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
src/pages/mosys/grids/list.vue
src/pages/mosys/grids/list.vue
+3
-2
src/pages/piecemaker/media/list_generic.vue
src/pages/piecemaker/media/list_generic.vue
+2
-1
src/pages/piecemaker/timelines/list.vue
src/pages/piecemaker/timelines/list.vue
+3
-2
No files found.
src/pages/mosys/grids/list.vue
View file @
02b18c56
...
...
@@ -59,7 +59,8 @@
label
:
_this
.
$t
(
'
labels.title
'
),
field
:
'
title
'
,
sortable
:
true
,
filter
:
true
filter
:
true
,
style
:
'
white-space: normal
'
},
{
name
:
'
last_updated
'
,
...
...
@@ -68,7 +69,7 @@
sort
:
_this
.
$sort
.
onDateValue
,
field
:
'
last_updated
'
,
format
:
val
=>
DateTime
.
fromISO
(
val
)
.
toLocaleString
(
DateTime
.
DATETIME_SHORT
_WITH_SECONDS
)
.
toLocaleString
(
DateTime
.
DATETIME_SHORT
)
},
{
name
:
'
creator
'
,
...
...
src/pages/piecemaker/media/list_generic.vue
View file @
02b18c56
...
...
@@ -40,7 +40,8 @@
label
:
_this
.
$t
(
'
labels.title
'
),
field
:
'
title
'
,
sortable
:
true
,
filter
:
true
filter
:
true
,
style
:
'
white-space: normal
'
}
],
actions
:
[
...
...
src/pages/piecemaker/timelines/list.vue
View file @
02b18c56
...
...
@@ -88,7 +88,8 @@
label
:
_this
.
$t
(
'
labels.title
'
),
field
:
'
title
'
,
filter
:
true
,
sortable
:
true
sortable
:
true
,
style
:
'
white-space: normal
'
},
{
name
:
'
last_updated
'
,
...
...
@@ -97,7 +98,7 @@
sort
:
_this
.
$sort
.
onDateValue
,
field
:
'
last_updated
'
,
format
:
val
=>
DateTime
.
fromISO
(
val
)
.
toLocaleString
(
DateTime
.
DATETIME_SHORT
_WITH_SECONDS
)
.
toLocaleString
(
DateTime
.
DATETIME_SHORT
)
},
{
name
:
'
creator
'
,
...
...
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