|
|
@@ -134,7 +134,7 @@ ${ fb_components.menubar() }
|
|
|
<div class="alert alert-warn" data-bind="visible: isCurrentDirSentryManaged">
|
|
|
${ _('The permissions for this folder are managed by the Sentry Namenode plugin.') }
|
|
|
</div>
|
|
|
- <div class="alert alert-warn" data-bind="visible:selectedSentryFiles().length > 0">
|
|
|
+ <div class="alert alert-warn" data-bind="visible: ! isCurrentDirSentryManaged() && selectedSentryFiles().length > 0">
|
|
|
${ _('The permissions of some of the selected files are managed by the Sentry Namenode plugin.') }
|
|
|
</div>
|
|
|
|