File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 99 event .preventDefault ();
1010 await load (uriBase + " /keeper/verifyLogins" );
1111 }
12+ async function cfcInstallations (event ) {
13+ event .preventDefault ();
14+ await load (uriBase + " /manager/installations" );
15+ }
1216 async function cfcOrg (event ) {
1317 event .preventDefault ();
1418 await load (uriBase + " /manager/org" );
3236 <ul >
3337 <li ><a href ="#/" on:click ={cfcProjectAliases }>Keeper: Resync project aliases</a ></li >
3438 <li ><a href ="#/" on:click ={cfcVerifyLogins }>Keeper: Verify logins</a ></li >
39+ </ul >
40+ <ul >
41+ <li ><a href ="#/" on:click ={cfcOrg }>Manager: Verify HausManager installations</a ></li >
3542 <li ><a href ="#/" on:click ={cfcOrg }>Manager: Resync organization membership</a ></li >
3643 <li ><a href ="#/" on:click ={cfcProjects }>Manager: Resync project configuration</a ></li >
3744 <li ><a href ="#/" on:click ={cfcSponsors }>Manager: Resync sponsors</a ></li >
45+ </ul >
46+ <ul >
3847 <li ><a href ="#/" on:click ={cfcVotes }>Rules: Count votes</a ></li >
3948 </ul >
4049</div >
You can’t perform that action at this time.
0 commit comments