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