зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset e16e1fb28941 (bug 1413941) for backout of bug 1407561 r=backout on a CLOSED TREE
This commit is contained in:
Родитель
b7643736bb
Коммит
3c7189f7c6
|
@ -26,8 +26,8 @@ function RequestList({
|
|||
}) {
|
||||
return (
|
||||
div({ className: "request-list-container" },
|
||||
isEmpty ? RequestListEmptyNotice({ connector }) : RequestListContent({ connector }),
|
||||
StatusBar({ connector }),
|
||||
isEmpty ? RequestListEmptyNotice({connector}) : RequestListContent({connector}),
|
||||
StatusBar(),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ class RequestListEmptyNotice extends Component {
|
|||
),
|
||||
span(null, RELOAD_NOTICE_3)
|
||||
),
|
||||
div({ className: "notice-perf-message empty-notice-element" },
|
||||
div({ className: "notice-perf-message" },
|
||||
span(null, PERFORMANCE_NOTICE_1),
|
||||
button({
|
||||
title: PERFORMANCE_NOTICE_3,
|
||||
|
|
Загрузка…
Ссылка в новой задаче