mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:48:06 +08:00
DEV: apply new coding standards (#10592)
This commit is contained in:
@ -13,13 +13,13 @@ export default Controller.extend({
|
||||
this.searchTypeOptions = [
|
||||
{
|
||||
id: "all",
|
||||
name: I18n.t("admin.logs.search_logs.types.all_search_types")
|
||||
name: I18n.t("admin.logs.search_logs.types.all_search_types"),
|
||||
},
|
||||
{ id: "header", name: I18n.t("admin.logs.search_logs.types.header") },
|
||||
{
|
||||
id: "full_page",
|
||||
name: I18n.t("admin.logs.search_logs.types.full_page")
|
||||
}
|
||||
name: I18n.t("admin.logs.search_logs.types.full_page"),
|
||||
},
|
||||
];
|
||||
}
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user