mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fix dark mode device tags on mobile app.
This commit is contained in:
		
							parent
							
								
									235bdd911d
								
							
						
					
					
						commit
						ba56256fdc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3161,9 +3161,9 @@ | |||
|                 var groupingTags = '<i>' + "None" + '</i>'; | ||||
|                 if (node.tags != null) { groupingTags = ''; for (var i in node.tags) { groupingTags += '<span style="background-color:lightgray;padding:3px;margin-right:4px;border-radius:5px">' + EscapeHtml(node.tags[i]) + '</span>'; } } | ||||
|                 if ((meshrights & 4) != 0) { | ||||
|                     x += addDeviceAttribute("Tags", '<span onclick=showEditNodeValueDialog(3) style=cursor:pointer>' + groupingTags + '</span>'); | ||||
|                     x += addDeviceAttribute("Tags", '<span onclick=showEditNodeValueDialog(3) style=cursor:pointer;color:black>' + groupingTags + '</span>'); | ||||
|                 } else { | ||||
|                     x += addDeviceAttribute("Tags", groupingTags); | ||||
|                     x += addDeviceAttribute("Tags", '<span style=color:black>' + groupingTags + '</span>'); | ||||
|                 } | ||||
| 
 | ||||
|                 x += '</table><br />'; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue