mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Finally fixed the scrollbar height.
Removing CPU tab by lack of implementation.
This commit is contained in:
@@ -18,12 +18,12 @@ module.exports = function ControlPanesController($scope, $http, gettext, $routeP
|
||||
// templateUrl: 'control-panes/resources/resources.jade',
|
||||
// filters: ['web']
|
||||
// },
|
||||
{
|
||||
title: gettext('CPU'),
|
||||
icon: 'fa-bar-chart-o',
|
||||
templateUrl: 'control-panes/cpu/cpu.jade',
|
||||
filters: ['native', 'web']
|
||||
},
|
||||
// {
|
||||
// title: gettext('CPU'),
|
||||
// icon: 'fa-bar-chart-o',
|
||||
// templateUrl: 'control-panes/cpu/cpu.jade',
|
||||
// filters: ['native', 'web']
|
||||
// },
|
||||
{
|
||||
title: gettext('Advanced'),
|
||||
icon: 'fa-bolt',
|
||||
|
||||
@@ -22,3 +22,7 @@
|
||||
.padded-small {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
button(type='button', ng-model='$root.platform', btn-radio="'native'", translate).btn.btn-sm.btn-default-outline Native
|
||||
li(ng-if='!$root.basicMode')
|
||||
a(ng-href='/#!/help')
|
||||
i.fa.fa-question-circle
|
||||
i.fa.fa-question-circle.fa-fw
|
||||
| {{ "Help" | translate }}
|
||||
|
||||
@@ -895,8 +895,8 @@ msgid ""
|
||||
"This might be caused by a network error, or you might be trying to access a "
|
||||
"secure view."
|
||||
msgstr ""
|
||||
"これはネットワークエラーに起因するか、暗号化されたビューに起因するかもしれま"
|
||||
"せん。"
|
||||
"起因として考えられるものは下記の通りです。・ネットワーク・エラー・暗号化され"
|
||||
"たビュー"
|
||||
|
||||
#: /Users/a12907/STF/stf/tmp/html/app/control-panes/logs/logs.html
|
||||
msgid "Time"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user