Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3449171
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
cloud-3449171
Commits
d9dd1313
Commit
d9dd1313
authored
9 years ago
by
Yas Naoi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed an issue for sorting by Nickname at instance list view on aws_cloud module.
parent
dbc15124
No related branches found
Branches containing commit
Tags
6.x-1.0-beta7
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/iaas/modules/aws_cloud/includes/aws_cloud_instances_ui.inc
+183
-161
183 additions, 161 deletions
...aas/modules/aws_cloud/includes/aws_cloud_instances_ui.inc
modules/iaas/modules/aws_cloud/includes/aws_cloud_ui.inc
+2
-2
2 additions, 2 deletions
modules/iaas/modules/aws_cloud/includes/aws_cloud_ui.inc
with
185 additions
and
163 deletions
modules/iaas/modules/aws_cloud/includes/aws_cloud_instances_ui.inc
+
183
−
161
View file @
d9dd1313
This diff is collapsed.
Click to expand it.
modules/iaas/modules/aws_cloud/includes/aws_cloud_ui.inc
+
2
−
2
View file @
d9dd1313
...
...
@@ -8,6 +8,7 @@
*
*/
// Updated by yas 2015/03/26
// Updated by yas 2015/03/25
// fixed a bug (aws_cloud_list) by yas 2013/10/29
...
...
@@ -380,7 +381,7 @@ function aws_cloud_add_form_submit($form, &$form_state) {
else
{
$data
=
$form_state
[
'values'
];
$data
[
'is_new'
]
=
FALSE
;
$message
=
t
(
'Cloud @cloud_name has been updated.'
,
$message
=
t
(
'Cloud @cloud_name has been updated.
'
,
array
(
'@cloud_name'
=>
$form_state
[
'values'
][
'cloud_name'
],
));
...
...
@@ -506,4 +507,3 @@ function theme_aws_cloud_list() {
$output
=
theme
(
'table'
,
array
(
'header'
=>
$header
,
'rows'
=>
$rows
)
);
return
$output
;
}
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