Skip to content

Commit

Permalink
Graph Manager: Add Graph Switcher RE: 3553
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Munowitch committed Jun 20, 2018
1 parent 6ec04d2 commit 7ed25f2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions arches/app/templates/views/graph-designer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,9 @@ <h1 class="page-header text-overflow ep-graph-title">
<div class="ep-form-toolbar">

<h4 class="ep-form-toolbar-title">
<!-- Layer Filter -->
<div class="list-filter" data-bind="" style="margin-right: 10px;">
<input type="text" class="form-control" style="width: 250px;" placeholder="{% trans 'Find a node, datatype, card...' %}" data-bind="textInput: graphTree.filter">

<!-- Clear Search -->
<span class="clear-node-search" data-bind="visible: graphTree.filter().length > 0, click: function() { graphTree.filter(''); }" style="top: 8px;"><i class="fa fa-times-circle"></i></span>
<!-- Menu Item -->
<div class="graph-selector" data-bind="" style="margin-right: 10px;">
<select data-placeholder="{% trans "Select a graph..." %}" class="design" style="width:100px;" data-bind="value: graphid, options: allGraphs, optionsText: 'name', optionsValue: 'graphid', chosen: {'width': '100%'}"></select>
</div>
</h4>

Expand Down

0 comments on commit 7ed25f2

Please sign in to comment.