@@ -32,19 +32,17 @@ <h2>Admin</h2>
3232 < details class ="vertical-accordion " open >
3333 < summary > Admin Tools</ summary >
3434 < nav class ="accordion-body content-stack " aria-label ="Admin tool pages " data-admin-tool-menu >
35- < a class ="btn btn--compact " href ="/admin/infrastructure.html "> Infrastructure</ a >
36- < a class ="btn btn--compact primary " aria-current ="page " href ="/admin/invitations.html "> Invitations</ a >
37- < a class ="btn btn--compact " href ="/admin/operations.html "> Operations</ a >
38- < a class ="btn btn--compact " href ="/admin/platform-settings.html "> Platform Settings</ a >
39- < a class ="btn btn--compact " href ="/admin/system-health.html "> System Health</ a >
40- < a class ="btn btn--compact " href ="/admin/tool-votes.html "> Tool Votes</ a >
41- < a class ="btn btn--compact " href ="/admin/users.html "> Users</ a >
35+ < p class ="status " data-admin-nav-loading > Loading Admin tools.</ p >
4236 </ nav >
4337 </ details >
4438 < details class ="vertical-accordion " open >
4539 < summary > Create Beta Invitation</ summary >
4640 < form class ="accordion-body content-stack " data-admin-invitation-form >
4741 < label > Email < input type ="email " autocomplete ="email " required data-admin-invitation-email > </ label >
42+ < label > Recipient Name < input type ="text " autocomplete ="name " data-admin-invitation-recipient-name > </ label >
43+ < label > Relationship Note < input type ="text " data-admin-invitation-relationship-note > </ label >
44+ < label > Personal Message < textarea data-admin-invitation-message > </ textarea > </ label >
45+ < label > Invite Source < input type ="text " data-admin-invitation-source > </ label >
4846 < label > Expires < input type ="datetime-local " data-admin-invitation-expires-at > </ label >
4947 < button class ="btn btn--compact primary " type ="submit "> Create Invitation</ button >
5048 </ form >
@@ -64,17 +62,21 @@ <h2 id="admin-invitations-title">Invitation Queue</h2>
6462 < thead >
6563 < tr >
6664 < th scope ="col "> Email</ th >
65+ < th scope ="col "> Recipient</ th >
66+ < th scope ="col "> Relationship</ th >
67+ < th scope ="col "> Source</ th >
6768 < th scope ="col "> Plan</ th >
6869 < th scope ="col "> Status</ th >
6970 < th scope ="col "> Expires</ th >
7071 < th scope ="col "> Invited By</ th >
7172 < th scope ="col "> Accepted By</ th >
73+ < th scope ="col "> Message</ th >
7274 < th scope ="col "> Code</ th >
7375 < th scope ="col "> Action</ th >
7476 </ tr >
7577 </ thead >
7678 < tbody data-admin-invitation-rows >
77- < tr > < td > Loading</ td > < td > BETA</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > </ tr >
79+ < tr > < td > Loading</ td > < td > Loading </ td > < td > Loading </ td > < td > Loading </ td > < td > BETA</ td > < td > Loading </ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > < td > Loading</ td > </ tr >
7880 </ tbody >
7981 </ table >
8082 </ div >
@@ -106,6 +108,7 @@ <h2>Inspector</h2>
106108 < div data-partial ="footer "> </ div >
107109 < script src ="assets/theme-v2/js/gamefoundry-partials.js " defer > </ script >
108110 < script src ="assets/theme-v2/js/tool-display-mode.js " defer > </ script >
111+ < script type ="module " src ="assets/theme-v2/js/admin-owner-navigation.js "> </ script >
109112 < script type ="module " src ="assets/theme-v2/js/admin-invitations.js "> </ script >
110113</ body >
111114
0 commit comments