Replies: 1 comment 9 replies
-
What do you want the button to open? The smb share path in a web browser, or in a program like file explorer? You could add the path as a bookmark, which would open the link in a browser. You could create a service which when clicked would open the link in a browser. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone...
Im just wondering if is possible to create a button with href a samba share file path.
For example there is a folder path on fileserver using smb protocol like:
\192.168.0.10\data\project1
Or a specific excel file, like:
\192.168.0.10\data\project1\excel1.xlsx
Since im looking to migrate from python dash web app to homepage dashboard , i used to have links as href with smb paths in firefox. The user was able to navigate then inside firefox and even open files. How we can have similar smb path link creation in dashboard yaml files?
Beta Was this translation helpful? Give feedback.
All reactions