Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil committed Sep 5, 2024
1 parent ff3b8be commit 59c7f05
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions js/classes/app-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ class cAppRender {
//######################################################################
class cAppAllSolButtons {
static targets = [
{ page: 'solhigh', target: 'allhighs.php', title: 'All Highlights', caption: 'Highlights', icon: 'photo_size_select_small' },
{ page: 'solcomments', target: 'allcomments.php', title: 'All Comments', caption: 'Comments', icon: 'forum' },
{ page: 'soltags', target: 'alltags.php', title: 'All Tags', caption: 'Tags', icon: 'bookmarks' },
{ page: 'solgigas', target: 'allgigas.php', caption: 'All Gigapans', icon: 'panorama_photosphere' }
{ target: 'allhighs.php', title: 'All Highlights', caption: 'Highlights', icon: 'photo_size_select_small' },
{ target: 'allcomments.php', title: 'All Comments', caption: 'Comments', icon: 'forum' },
{ target: 'alltags.php', title: 'All Tags', caption: 'Tags', icon: 'bookmarks' },
{ target: 'allgigas.php', caption: 'All Gigapans', icon: 'panorama_photosphere' },
{ target: 'utccalendar.php', caption: 'Calendar', icon: 'today' }
]

//*********************************************************************
Expand Down

0 comments on commit 59c7f05

Please sign in to comment.