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
<Labelfor="source"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.source.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.source)}</span></Label>
927
927
</Col>
928
928
<Colsm={9}>
@@ -943,7 +943,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="relationship"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.type.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.type)}</span></Label>
948
948
</Col>
949
949
<Colsm={9}>
@@ -959,7 +959,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="nodeLabel"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.target.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.target)}</span></Label>
964
964
</Col>
965
965
<Colsm={9}>
@@ -988,7 +988,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="category"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.category.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.category)}</span></Label>
993
993
</Col>
994
994
<Colsm={9}>
@@ -999,7 +999,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="citation"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.citation.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.citation)}</span></Label>
1004
1004
</Col>
1005
1005
<Colsm={9}>
@@ -1011,7 +1011,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="notes"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.notes.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.notes)}</span></Label>
1016
1016
</Col>
1017
1017
<Colsm={9}>
@@ -1025,7 +1025,7 @@ class EdgeEditor extends UNISYS.Component {
<Labelfor="info"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{edgePrompts.info.label}<spanclassName="tooltiptext">{this.helpText(edgePrompts.info)}</span></Label>
<Labelfor="type"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{nodePrompts.type.label}<spanclassName="tooltiptext">{this.helpText(nodePrompts.type)}</span></Label>
962
962
</Col>
963
963
<Colsm={9}>
@@ -973,7 +973,7 @@ class NodeSelector extends UNISYS.Component {
<Labelfor="notes"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{nodePrompts.notes.label}<spanclassName="tooltiptext">{this.helpText(nodePrompts.notes)}</span></Label>
978
978
</Col>
979
979
<Colsm={9}>
@@ -987,7 +987,7 @@ class NodeSelector extends UNISYS.Component {
<Labelfor="info"className="tooltipAnchor small text-muted"><iclassName="fas fa-question-circle"></i>{nodePrompts.info.label}<spanclassName="tooltiptext">{this.helpText(nodePrompts.info)}</span></Label>
0 commit comments