Skip to content

Commit

Permalink
RavenDB-21792 Error when opening OLAP ETL view
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Dec 7, 2023
1 parent 3548ce8 commit afefa01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ <h2 data-bind="text: $root.isAddingNewOlapEtlTask() ? `New OLAP ETL` : `Edit OLA
</ul>
</div>
</div>
<div data-bind="if: $root.activeDatabase() && $root.activeDatabase().isEncrypted">
<div data-bind="if: $root.db && $root.db.isEncrypted">
<div class="form-group">
<label class="control-label">&nbsp;</label>
<div class="bg-info inline-block padding padding-xs small">
<i class="icon-info"></i>
Note: Database <strong data-bind="text: $root.activeDatabase().name"></strong> is encrypted
Note: Database <strong data-bind="text: $root.db.name"></strong> is encrypted
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit afefa01

Please sign in to comment.