Commit c26c694f authored by Roque Porchetto's avatar Roque Porchetto

Small fixes.

parent 23f8bee4
...@@ -157,7 +157,11 @@ ...@@ -157,7 +157,11 @@
'fif_gadget_erp5_panel.html', 'fif_gadget_erp5_panel.html',
'fif_gadget_erp5_panel.js', 'fif_gadget_erp5_panel.js',
'fif_gadget_erp5_header.html', 'fif_gadget_erp5_header.html',
'fif_gadget_erp5_header.js' 'fif_gadget_erp5_header.js',
'gadget_erp5_page_data_set.html',
'gadget_erp5_page_data_set.js',
'gadget_erp5_download_access.html',
'gadget_erp5_download_access.js'
]; ];
self.addEventListener('install', function (event) { self.addEventListener('install', function (event) {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</head> </head>
<body> <body>
<form name='download'> <form name='download'>
<input type="submit" value="Download" download='FileName' /> <input type="submit" value="Download" />
<span style="margin-left:30px" > RUN COMMAND: <b style="margin-left:10px" > pull <span id="dataset_reference"/> </b> </span> <span style="margin-left:30px" > RUN COMMAND: <b style="margin-left:10px" > pull <span id="dataset_reference"/> </b> </span>
</form> </form>
</body> </body>
......
web_page_module/*fif_*
web_site_module/fif_data_runner
web_site_module/fif_data_runner/**
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment