removed uneccessary control
This commit is contained in:
parent
d09c51cc71
commit
1321181ad7
|
@ -33,7 +33,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card">
|
<!--div class="card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h5>Runtimes <span alt="refresh" title="refresh" style="cursor:pointer" name="refresh-runtimes" class="text-info">↺</span></h5>
|
<h5>Runtimes <span alt="refresh" title="refresh" style="cursor:pointer" name="refresh-runtimes" class="text-info">↺</span></h5>
|
||||||
</div>
|
</div>
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div-->
|
||||||
<button id="execute_method_button" class="btn btn-info">Execute</button>
|
<button id="execute_method_button" class="btn btn-info">Execute</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
*/
|
*/
|
||||||
window.customElements.define('d4s-social-posts', class extends HTMLElement {
|
window.customElements.define('d4s-social-posts', class extends HTMLElement {
|
||||||
|
|
||||||
//#basepath = 'https://api.d4science.org/rest'
|
#basepath = 'https://api.d4science.org/rest'
|
||||||
#basepath = 'https://api.dev.d4science.org/rest'
|
//#basepath = 'https://api.dev.d4science.org/rest'
|
||||||
#quantity = 20
|
#quantity = 20
|
||||||
#boot = null;
|
#boot = null;
|
||||||
#data = null;
|
#data = null;
|
||||||
|
|
|
@ -5,8 +5,8 @@ class D4SStorageHtmlElement extends HTMLElement {
|
||||||
|
|
||||||
|
|
||||||
#d4smissmsg = 'Required d4s-boot-2 component not found'
|
#d4smissmsg = 'Required d4s-boot-2 component not found'
|
||||||
//#baseurl = 'https://api.d4science.org/workspace'
|
#baseurl = 'https://api.d4science.org/workspace'
|
||||||
#baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace'
|
//#baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace'
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super()
|
super()
|
||||||
|
|
Loading…
Reference in New Issue