Not showing networks in overview when all children are either networks or independent channels.
This commit is contained in:
@@ -64,11 +64,10 @@ export default {
|
||||
}
|
||||
|
||||
.logo {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.name {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</form>
|
||||
|
||||
<div
|
||||
v-if="query.length"
|
||||
v-if="query.length > 0"
|
||||
class="entity-tiles"
|
||||
>
|
||||
<Entity
|
||||
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="query.length === 0"
|
||||
v-else
|
||||
class="entity-tiles"
|
||||
>
|
||||
<Entity
|
||||
|
||||
@@ -185,6 +185,9 @@ function initEntitiesActions(store, _router) {
|
||||
type: {
|
||||
equalTo: "channel"
|
||||
}
|
||||
independent: {
|
||||
notEqualTo: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user