Change label for root folder to “readme” 08/1808/1
authorBob Gallagher <bob.gallagher@riftio.com>
Thu, 11 May 2017 10:46:55 +0000 (06:46 -0400)
committerBob Gallagher <bob.gallagher@riftio.com>
Thu, 11 May 2017 10:46:55 +0000 (06:46 -0400)
-rift-16498

Change-Id: I700c637ebd286fd7914acd0a90f52abd7ff97bbb
Signed-off-by: Bob Gallagher <bob.gallagher@riftio.com>
skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx

index 8702957..031c996 100644 (file)
@@ -51,7 +51,7 @@ const ASSET_TYPE = {
         { id: 'SCRIPTS', folder: 'scripts', title: "scripts", allowFolders: true },
         { id: 'IMAGES', folder: 'images', title: "images", allowFolders: false },
         { id: 'CLOUD_INIT', folder: 'cloud_init', title: "cloud_init", allowFolders: false },
-        { id: 'README', folder: '.', title: ".", allowFolders: false }
+        { id: 'README', folder: '.', title: "readme", allowFolders: false }
     ]
 }