diff --git a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json index 3f8d8f16..3837aab9 100644 --- a/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json +++ b/BNA8/com.inductiveautomation.perspective/views/autStand/PopUp-Views/Detail-View-Filter/view.json @@ -1124,7 +1124,7 @@ "props": { "path": "material/cached", "style": { - "cursor": "painter" + "cursor": "pointer" } }, "type": "ia.display.icon" diff --git a/BNA8/ignition/script-python/autStand/config/project_config/code.py b/BNA8/ignition/script-python/autStand/config/project_config/code.py index 8b7f1aca..5dcca902 100644 --- a/BNA8/ignition/script-python/autStand/config/project_config/code.py +++ b/BNA8/ignition/script-python/autStand/config/project_config/code.py @@ -50,7 +50,6 @@ def get_project_config(): if isinstance(tag_props, list) and len(tag_props) > 0: source_id = str(tag_props[0]) global_project_page_ids[source_id] = view_folder - system.perspective.print("Found: {} -> {}".format(source_id, view_folder)) except: whid = system.tag.readBlocking("Configuration/FC")[0].value