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=7dfd5a01e14194d688e436614f74b85788c93836;hpb=3b2e3af19404df4b6e0531af315263132d9d3879 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 } ] }