diff --git a/krl/byu.hr.manage_apps.krl b/krl/byu.hr.manage_apps.krl
index 9e3e6e3..c4cec45 100644
--- a/krl/byu.hr.manage_apps.krl
+++ b/krl/byu.hr.manage_apps.krl
@@ -62,7 +62,7 @@ ruleset byu.hr.manage_apps {
Add an app by URL: |
|
@@ -79,17 +79,31 @@ td, th {
border: 1px solid black;
padding: 5px;
}
-table input {
+input.wide90 {
width: 90%;
}
>>
manage = function(_headers){
+ eci = wrangler:channels("wrangler").head().get("id")
+ event_spec = "wrangler/install_ruleset_request"
+ installURL = <<#{meta:host}/sky/event/#{eci}/none/#{event_spec}>>
html:header("manage apps",styles,null,null,_headers)
+ <<
Manage apps
>>
+ display_apps()
+ + <<
+Technical
+If your app needs a module, install it here first:
+
+>>
+ html:footer()
}
app_rids = function(_headers){