Browse Source

[core] Enable link on Job Designer install example button

Romain Rigaux 10 years ago
parent
commit
789638a982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/about/src/about/templates/admin_wizard.mako

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -134,7 +134,7 @@ ${ header.menubar() }
           % endif
           % if 'jobsub' in app_names:
               <li>
-                <a href="javascript:void(0)" data-loading-text="${ _('Installing...') }"
+                <a href="javascript:void(0)" class="installBtn" data-loading-text="${ _('Installing...') }"
                    data-sample-url="${ url('oozie:install_examples') }">
                   <i class="fa fa-download"></i> ${ apps['jobsub'].nice_name }
                 </a>