Make dummy texts a bit more meaningful.

This commit is contained in:
Joe Tretter
2020-04-25 21:05:36 -05:00
parent 1d5cafaf76
commit 000dce422c

View File

@@ -14,7 +14,7 @@ let createMasterFilterFrame=()=>{
Symbol Symbol
</button> </button>
<div class="dropdown-menu" aria-labelledby="ddMnuBtnSymbol" id='lbSymbol'> <div class="dropdown-menu" aria-labelledby="ddMnuBtnSymbol" id='lbSymbol'>
<a class="dropdown-item" href="#">Dummy</a> <a class="dropdown-item" href="#">Not Yet Loaded...</a>
</div> </div>
</div> </div>
@@ -23,7 +23,7 @@ let createMasterFilterFrame=()=>{
Time Time
</button> </button>
<div class="dropdown-menu" aria-labelledby="ddMnuBtnTime" id='lbTime'> <div class="dropdown-menu" aria-labelledby="ddMnuBtnTime" id='lbTime'>
<a class="dropdown-item" href="#">Select Date</a> <a class="dropdown-item" href="#">Select Date first.</a>
</div> </div>
</div> </div>