added better placeholder text
This commit is contained in:
parent
5e37584e38
commit
192327a7aa
|
@ -84,7 +84,7 @@ class CCPExecutionForm extends HTMLElement{
|
||||||
</template>
|
</template>
|
||||||
<template id="EXECUTION_FORM_EMPTY_TEMPLATE">
|
<template id="EXECUTION_FORM_EMPTY_TEMPLATE">
|
||||||
<div name="execution_form">
|
<div name="execution_form">
|
||||||
<i style="padding:3rem">Select a method</i>
|
<i style="padding:3rem">Drop a method here!</i>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div name="execution_form"></div>
|
<div name="execution_form"></div>
|
||||||
|
|
|
@ -102,7 +102,7 @@ class CCPMethodList extends HTMLElement{
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<div class="process_container">
|
<div class="process_container">
|
||||||
<input name="search" type="text"/>
|
<input name="search" type="text" placeholder="Search ..."/>
|
||||||
<ul name="process_list"></ul>
|
<ul name="process_list"></ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue