X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Fcomposer%2Fsrc%2Fsrc%2Fcomponents%2Ffilemanager%2FFileManager.jsx;h=031c996acce573a14ae2ff1877ebc054763d59e1;hp=87029571a20eb7d78ff27840e23071978e51471b;hb=a9e3739bc09c63a8853036d31f4574ec54f4eb7d;hpb=2175b5914c0f58dc1c681ba53734eb92ff1ff138 diff --git a/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx b/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx index 87029571a..031c996ac 100644 --- a/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx +++ b/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx @@ -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 } ] }