You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclass="small-btn red disabled" id="removeSelectedLayoutButton" title="Delete current view preset" onclick="cache.lm.removeSelectedLayout()"> ✗ </button>
51
-
<buttonclass="small-btn green" title="Create new view preset" onclick="cache.lm.addLayout()" > ✚ </button>
50
+
<buttonclass="small-btn red disabled" id="removeSelectedLayoutButton" title="Delete current workspace" onclick="cache.lm.removeSelectedLayout()"> ✗ </button>
51
+
<buttonclass="small-btn green" title="Create new workspace" onclick="cache.lm.addLayout()" > ✚ </button>
52
52
<divclass="button-separator"></div>
53
53
<buttonclass="small-btn" title="Fit graph to screen (F)" onclick="cache.graph.fitView()">⛶</button>
54
54
<buttonclass="small-btn red" title="Hide all nodes and edges that are not connected to any other node or edge" onclick="cache.gcm.toggleCleanUpDanglingElements(this)">🚫</button>
0 commit comments