Skip to content

Commit

Permalink
Merge remote-tracking branch 'couchbase/cheshire-cat' into HEAD
Browse files Browse the repository at this point in the history
MB-47956 - Documents can't be edited if cluster not on internet

Change-Id: Id54b36ef4424abc866f43a22dc72ce6f886ce457
  • Loading branch information
ebenhaber committed Aug 25, 2021
2 parents ec31ec2 + 9774055 commit dad7936
Show file tree
Hide file tree
Showing 8 changed files with 4,228 additions and 17 deletions.
189 changes: 189 additions & 0 deletions priv/public/ui/libs/ace/@nowzoo/ngx-ace.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion priv/public/ui/libs/ace/ace.js
Original file line number Diff line number Diff line change
Expand Up @@ -21780,4 +21780,4 @@ exports.version = exports.config.version;
});
})();

export default ace_exports;
export default ace_exports;
9 changes: 9 additions & 0 deletions priv/public/ui/libs/ace/mode-text.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

; (function() {
window.require(["ace/mode/text"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();

Loading

0 comments on commit dad7936

Please sign in to comment.