You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/09/28 12:40:07 UTC

[myfaces-tobago] 02/02: disable info "links"

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 17c9ec0bcdcf9399366bf0c686661b5c5251f960
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Sep 28 14:39:54 2017 +0200

    disable info "links"
---
 tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
index 600812a..6e8a87a 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/menu.xhtml
@@ -86,11 +86,12 @@
           or we do that with a popup, oder a lighter variant of a popup -->
           <tc:link omit="true" label="Info" id="headerInfo">
             <tc:link omit="true" label="Theme: #{clientConfigController.localizedTheme}" disabled="true"/>
-            <tc:link omit="true" label="Locale: #{clientConfigController.localizedLocale}"/>
-            <tc:link omit="true" label="Project Stage: #{tobagoContext.tobagoConfig.projectStage}"/>
-            <tc:link omit="true" label="CSP mode: #{tobagoContext.tobagoConfig.contentSecurityPolicy.mode}"/>
+            <tc:link omit="true" label="Locale: #{clientConfigController.localizedLocale}" disabled="true"/>
+            <tc:link omit="true" label="Project Stage: #{tobagoContext.tobagoConfig.projectStage}" disabled="true"/>
+            <tc:link omit="true" label="CSP mode: #{tobagoContext.tobagoConfig.contentSecurityPolicy.mode}" disabled="true"/>
             <tc:link omit="true"
-                        label="Requests: #{activityList.values[0].jsfRequest} / AJAX: #{activityList.values[0].ajaxRequest}"/>
+                     label="Requests: #{activityList.values[0].jsfRequest} / AJAX: #{activityList.values[0].ajaxRequest}"
+                     disabled="true"/>
           </tc:link>
 
         </tc:links>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.