From 0a66f4ebfc5ebe80bedb615063de6a52fda62ed9 Mon Sep 17 00:00:00 2001 From: Adan Saenz Date: Wed, 8 Jan 2014 13:05:24 -0600 Subject: [PATCH 001/228] Fixed some aws keypair references from Upload (in reference to key pairs) to Import --- js/aws/views/compute/awsKeypairsAppView.js | 4 ++-- templates/aws/compute/awsKeyPairAppTemplate.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/aws/views/compute/awsKeypairsAppView.js b/js/aws/views/compute/awsKeypairsAppView.js index da4a7081..7dbe54af 100644 --- a/js/aws/views/compute/awsKeypairsAppView.js +++ b/js/aws/views/compute/awsKeypairsAppView.js @@ -14,7 +14,7 @@ define([ '/js/aws/models/compute/awsKeyPair.js', '/js/aws/collections/compute/awsKeyPairs.js', '/js/aws/views/compute/awsKeyPairCreateView.js', - '/js/aws/views/compute/awsKeyPairUploadView.js', + '/js/aws/views/compute/awsKeyPairImportView.js', 'icanhaz', 'common', 'jquery.dataTables' @@ -55,7 +55,7 @@ define([ events: { 'click .create_button': 'createNew', - 'click .upload_button' : 'uploadKey', + 'click .import_button' : 'uploadKey', 'click #action_menu ul li': 'performAction', 'click #resource_table tr': "clickOne" }, diff --git a/templates/aws/compute/awsKeyPairAppTemplate.html b/templates/aws/compute/awsKeyPairAppTemplate.html index 69928b0f..a8a971b5 100644 --- a/templates/aws/compute/awsKeyPairAppTemplate.html +++ b/templates/aws/compute/awsKeyPairAppTemplate.html @@ -6,7 +6,7 @@ - +