Правки внешнего вида страницы устройств

This commit is contained in:
Denis Smirnov 2013-10-23 17:20:53 +04:00
parent 88cd019a4c
commit 0246fe76b9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Template.devices_list.device = function () {
Template.devices_list.get_name_by_id = function () { Template.devices_list.get_name_by_id = function () {
var owner = Users.findOne({_id: this.owner_id}); var owner = Users.findOne({_id: this.owner_id});
if (!owner) return "Не задано"; if (!owner) return "Не известно";
return owner.name + " " + owner.surname; return owner.name + " " + owner.surname;
}; };
// ---------- // ----------

View File

@ -20,7 +20,7 @@
<b>{{name}}</b> <b>{{name}}</b>
</div> </div>
<div> <div>
{{os_type}} {{os_version}} {{screen_width}}x{{screen_height}} {{os_type}} {{os_version}} {{screen_width}}x{{screen_height}} 3G: {{is_have_3g}}
</div> </div>
</td> </td>
<td> <td>