Skip to content

Commit

Permalink
Add TLS Certificate dashboard setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Aug 15, 2019
1 parent a176c3a commit c41062c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -58896,6 +58896,10 @@ modify_setting (const gchar *uuid, const gchar *name,
else if (strcmp (uuid, "d3f5f2de-a85b-43f2-a817-b127457cc8ba") == 0)
setting_name = g_strdup ("Hosts Top Dashboard Configuration");

/* TLS Certificate dashboard settings */
else if (strcmp (uuid, "9b62bf16-bf90-11e9-ad97-28d24461215b") == 0)
setting_name = g_strdup ("TLS Certificates Top Dashboard Configuration");

/* Operating Systems dashboard settings */
else if (strcmp (uuid, "e93b51ed-5881-40e0-bc4f-7d3268a36177") == 0)
setting_name = g_strdup ("OSs Top Dashboard Configuration");
Expand Down

0 comments on commit c41062c

Please sign in to comment.