removed uneccessary control
This commit is contained in:
parent
d09c51cc71
commit
1321181ad7
|
@ -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">↺</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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
|||
}
|
||||
}
|
||||
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue