You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/09/17 19:26:23 UTC

[nifi-fds] branch master updated: [NIFI-6620] Doc for sidenav in webapp updated

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

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new 18380c2  [NIFI-6620] Doc for sidenav in webapp updated
18380c2 is described below

commit 18380c2952e18e64c11d0b5fb1afd8f6e30c92db
Author: Kovács András <el...@gmail.com>
AuthorDate: Wed Sep 4 16:38:40 2019 +0200

    [NIFI-6620] Doc for sidenav in webapp updated
    
    This closes #55
    
    Signed-off-by: Scott Aslan <sc...@gmail.com>
---
 webapp/components/flow-design-system/fds-demo.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/components/flow-design-system/fds-demo.html b/webapp/components/flow-design-system/fds-demo.html
index 11e1220..37e82df 100644
--- a/webapp/components/flow-design-system/fds-demo.html
+++ b/webapp/components/flow-design-system/fds-demo.html
@@ -3093,7 +3093,7 @@ limitations under the License.
                 <pre lang="html">
         <![CDATA[
         <!-- Basic Usage -->
-        <mat-sidenav #sidenav mode="over" align="end" opened="false">
+        <mat-sidenav #sidenav mode="over" position="end" opened="false">
             ...
         </mat-sidenav>
         ]]>