mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 12:12:59 +02:00
Adjust icones for the 2 view parent
Adjust icones for the 2 view parent
This commit is contained in:
parent
06b4d7e90d
commit
369c1bff1f
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ const GROUPS = [
|
|||
label: "Parent",
|
||||
type: "string",
|
||||
propertyID: "parentID",
|
||||
buttons: [ { id: "navigateToParentEntity", label: "_", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
||||
buttons: [ { id: "navigateToParentEntity", label: "1", className: "navigation", onClick: navigateToSpecificEntityFromParentID } ],
|
||||
onChange: parentIDChanged,
|
||||
},
|
||||
{
|
||||
|
@ -4810,7 +4810,7 @@ function setChildListData(element, children, parentID, entityHostType = "") {
|
|||
let i;
|
||||
renderer += "<div id='childEntityActionsContainer'>";
|
||||
if (parentID !== "") {
|
||||
renderer += "<div id='viewParentContainer'><span class='viewParent' onClick='navigateToSpecificEntity(" + '"'+ parentID + '"'+ ")'>🡅 View Parent</span></div>";
|
||||
renderer += "<div id='viewParentContainer'><span class='viewParent' onClick='navigateToSpecificEntity(" + '"'+ parentID + '"'+ ")'><font class='viewParentIcon'>1</font>View Parent</span></div>";
|
||||
} else {
|
||||
renderer += "<div id='viewParentContainer'></div>";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue