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

ash pushed a commit to branch v1-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-stable by this push:
     new b099571  Add note extra links only render on when using RBAC webserver 
 (#8788)
b099571 is described below

commit b099571b9af739c5a96e7aed41be9f22912a3443
Author: George Dietrich <geo...@dietrich.app>
AuthorDate: Fri May 8 09:11:16 2020 -0400

    Add note extra links only render on when using RBAC webserver  (#8788)
---
 docs/howto/define_extra_link.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/howto/define_extra_link.rst b/docs/howto/define_extra_link.rst
index fb95e1e..6fd0c07 100644
--- a/docs/howto/define_extra_link.rst
+++ b/docs/howto/define_extra_link.rst
@@ -29,6 +29,11 @@ will be available on the task page:
 
 The following code shows how to add extra links to an operator:
 
+  .. note::
+
+    In order for extra links to be rendered you must be using the
+    ``RBAC UI``, *NOT* the ``Flask UI``.
+
 .. code-block:: python
 
     from airflow.models.baseoperator import BaseOperator, BaseOperatorLink

Reply via email to