mirror of
https://github.com/flarum/core.git
synced 2025-02-25 19:53:48 +01:00
Set default item priorities
This commit is contained in:
parent
61e4763c68
commit
6c8144f90a
@ -276,7 +276,8 @@ export default class DiscussionPage extends mixin(Component, evented) {
|
|||||||
PostStreamScrubber.component({
|
PostStreamScrubber.component({
|
||||||
stream: this.stream,
|
stream: this.stream,
|
||||||
className: 'App-titleControl'
|
className: 'App-titleControl'
|
||||||
})
|
}),
|
||||||
|
-100
|
||||||
);
|
);
|
||||||
|
|
||||||
return items;
|
return items;
|
||||||
|
@ -175,7 +175,8 @@ export default class IndexPage extends Component {
|
|||||||
href: app.route('index', params),
|
href: app.route('index', params),
|
||||||
children: app.trans('core.all_discussions'),
|
children: app.trans('core.all_discussions'),
|
||||||
icon: 'comments-o'
|
icon: 'comments-o'
|
||||||
})
|
}),
|
||||||
|
100
|
||||||
);
|
);
|
||||||
|
|
||||||
return items;
|
return items;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user