Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
c120a661
Commit
c120a661
authored
Dec 12, 2013
by
webchick
Browse files
Issue
#2152581
by swentel: 'Manage fields' screen needs mobile-izing.
parent
473ccd55
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php
View file @
c120a661
...
...
@@ -105,7 +105,10 @@ public function buildForm(array $form, array &$form_state, $entity_type = NULL,
'#tree'
=>
TRUE
,
'#header'
=>
array
(
$this
->
t
(
'Label'
),
$this
->
t
(
'Machine name'
),
array
(
'data'
=>
$this
->
t
(
'Machine name'
),
'class'
=>
array
(
RESPONSIVE_PRIORITY_MEDIUM
),
),
$this
->
t
(
'Field type'
),
$this
->
t
(
'Operations'
),
),
...
...
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