-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display certificate Info (#1) #91
Conversation
Great! I can improve the UI. And I am implementing the db migration. |
BTW I totally forgot an elephant in the room, should |
Due to this reason, I would prefer to keep current setting. |
I guess an alternative would be to add a per-monitor setting to |
# Conflicts: # server/model/monitor.js
# Conflicts: # server/model/monitor.js # src/pages/Details.vue
@chakflying arrr, your git commits did not bind to your GitHub account. Your name is not appearing in the "Contributors" section because of this sadly.
This maybe a better solution. With a on/off button in the add/edit monitor page. |
Towards supporting #1
Got basic certificate info display working. The UI is very barebones, but should be functional.
Database migration now added. Front and back end now uses the URL() object as uniform access to helper methods.
Notification features are not implemented.