Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sfb-commons
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RDP INF
sfb-commons
Commits
29440615
Commit
29440615
authored
2 years ago
by
Vanessa Klauenberg
Browse files
Options
Downloads
Patches
Plain Diff
Changed field name "Mschine name" to "Short name" in the Research groups configuration list
parent
d6d08d9e
Branches
66-Research-groups-configuration-list-view-field-name-Maschine-name"
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/sfb_commons_config_groups.inc
+1
-1
1 addition, 1 deletion
includes/sfb_commons_config_groups.inc
with
1 addition
and
1 deletion
includes/sfb_commons_config_groups.inc
+
1
−
1
View file @
29440615
...
...
@@ -19,7 +19,7 @@ function sfb_commons_config_groups() {
// Array used for table header
$header
=
array
(
array
(
'data'
=>
t
(
'ID'
),
'field'
=>
'id'
),
array
(
'data'
=>
t
(
'
Maschine
name'
),
'field'
=>
'short_name'
),
array
(
'data'
=>
t
(
'
Short
name'
),
'field'
=>
'short_name'
),
array
(
'data'
=>
t
(
'Name'
),
'field'
=>
'name'
),
array
(
'data'
=>
t
(
'Leader'
),
'field'
=>
'leader'
),
array
(
'data'
=>
t
(
'Leader email'
),
'field'
=>
'leader_email'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment