Finally fixed the scrollbar height.

Removing CPU tab by lack of implementation.
This commit is contained in:
Gunther Brunner
2014-05-29 02:56:09 +09:00
parent 12fc884f78
commit 5234db9468
5 changed files with 14 additions and 10 deletions

View File

@@ -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',

View File

@@ -22,3 +22,7 @@
.padded-small {
padding: 5px;
}
::-webkit-scrollbar {
height: 8px;
}

View File

@@ -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 }}

View File

@@ -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