From 6c8de96438d13e0e9b8722463b532eb22f9e82e5 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 06 2017 11:46:35 +0000 Subject: Add indirectionimage to pull-down menu in webui --- diff --git a/www/kojiweb/index.py b/www/kojiweb/index.py index c529abf..6c8c340 100644 --- a/www/kojiweb/index.py +++ b/www/kojiweb/index.py @@ -440,6 +440,7 @@ _TASKS = ['build', 'appliance', 'createAppliance', 'image', + 'indirectionimage', 'createImage', 'runroot', 'livemedia',