8000 fixed ui behaviour when replacing a foxx app by hkernbach · Pull Request #9719 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

fixed ui behaviour when replacing a foxx app #9719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Oct 10, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension 10000

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed not needed view
  • Loading branch information
hkernbach committed Sep 16, 2019
commit a9a8cac253f1d4ce647029574087ec94384355ca
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@

// foxxes
this.foxxList = new window.FoxxCollection();
window.foxxInstallView = new window.FoxxInstallView({
collection: this.foxxList
});

// foxx repository
this.foxxRepo = new window.FoxxRepository();
Expand Down
Loading
0