removed uneccessary control

This commit is contained in:
dcore94 2022-04-22 20:00:15 +02:00
parent d09c51cc71
commit 1321181ad7
3 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@
</div>
</div>
</div>
<div class="card">
<!--div class="card">
<div class="card-header">
<h5>Runtimes <span alt="refresh" title="refresh" style="cursor:pointer" name="refresh-runtimes" class="text-info">&#8634;</span></h5>
</div>
@ -45,7 +45,7 @@
</div>
</div>
</div>
</div>
</div-->
<button id="execute_method_button" class="btn btn-info">Execute</button>
</form>
</div>

View File

@ -3,8 +3,8 @@
*/
window.customElements.define('d4s-social-posts', class extends HTMLElement {
//#basepath = 'https://api.d4science.org/rest'
#basepath = 'https://api.dev.d4science.org/rest'
#basepath = 'https://api.d4science.org/rest'
//#basepath = 'https://api.dev.d4science.org/rest'
#quantity = 20
#boot = null;
#data = null;

View File

@ -5,8 +5,8 @@ class D4SStorageHtmlElement extends HTMLElement {
#d4smissmsg = 'Required d4s-boot-2 component not found'
//#baseurl = 'https://api.d4science.org/workspace'
#baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace'
#baseurl = 'https://api.d4science.org/workspace'
//#baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace'
constructor() {
super()
@ -345,4 +345,4 @@ window.customElements.define('d4s-storage-folder', class extends D4SStorageHtmlE
}
}
})
})