Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db87ecb76e | |||
| afa1552ebf |
@@ -26,6 +26,8 @@ export default Controller.extend({
|
||||
}.property('rootListing.[]', 'model.[]'),
|
||||
|
||||
documents: computed('currentListing.[]', function () {
|
||||
if (isEmpty(this.get('currentListing'))) { return []; }
|
||||
|
||||
return this.get('currentListing')
|
||||
.reject(item => item.path.substr(-1) === '/');
|
||||
}),
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "inspektor",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "inspektor",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"private": true,
|
||||
"description": "Inspect the contents of your remote storage",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user