-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Renaming jobs list directory (#21130)
* [ML] Renaming jobs list new to jobs list * moving missing files
- Loading branch information
1 parent
ade24f2
commit b4056bb
Showing
109 changed files
with
177 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
146 changes: 8 additions & 138 deletions
146
x-pack/plugins/ml/public/jobs/jobs_list/styles/main.less
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,141 +1,11 @@ | ||
ml-config-jobs { | ||
font-size: 14px; | ||
|
||
header { | ||
margin: 15px 0; | ||
} | ||
|
||
.jobs-container { | ||
width: 100%; | ||
margin-right: auto; | ||
margin-left: auto; | ||
padding-left: 15px; | ||
padding-right: 15px; | ||
|
||
.euiCallOut--warning { | ||
.fa-exclamation-triangle { | ||
color: #fba740; | ||
} | ||
} | ||
} | ||
|
||
.jobs-stats-bar { | ||
|
||
padding: 14px; | ||
background-color: #EFF0F1; | ||
|
||
.stat { | ||
margin-right: 10px; | ||
.stat-label {} | ||
.stat-value { | ||
font-weight: bold | ||
} | ||
} | ||
} | ||
|
||
ml-paginated-table { | ||
|
||
.job-system-info, .job-info, .job-warning, .job-error { | ||
text-shadow: 1px 1px 1px #BBBBBB; | ||
font-size: 16px; | ||
} | ||
|
||
.job-warning-small { | ||
font-size: inherit; | ||
margin-left:2px; | ||
} | ||
|
||
.job-system-info { | ||
color: gray; | ||
} | ||
.job-info { | ||
color: dodgerblue; | ||
} | ||
.job-warning { | ||
color: #fba740; | ||
} | ||
.job-error { | ||
color: #fe5050; | ||
} | ||
|
||
.col-bucketspan { | ||
width: 120px; | ||
} | ||
|
||
.col-info { | ||
width: 24px; | ||
} | ||
|
||
.col-action { | ||
width: 175px; | ||
} | ||
.actions { | ||
white-space: nowrap; | ||
} | ||
|
||
.col-align-right { | ||
text-align: right; | ||
padding-right: 20px; | ||
} | ||
|
||
th.col-align-right { | ||
padding-right: 25px !important; | ||
} | ||
|
||
i.job-tab-icon { | ||
margin-left: 5px; | ||
} | ||
} | ||
|
||
.ml-mark { | ||
background-color: #fce571; | ||
} | ||
|
||
.no-jobs-warning { | ||
text-align: center; | ||
font-size: 17px; | ||
} | ||
|
||
.jobs-count { | ||
margin-top: -50px; | ||
} | ||
|
||
.ml-pre, .job-audit-list-container { | ||
max-height: 500px; | ||
overflow: auto; | ||
padding: 5px 15px; | ||
font-size: 13px; | ||
line-height: 1.42857143; | ||
color: #444444; | ||
background-color: #ffffff; | ||
background-image: none; | ||
border: 2px solid #ecf0f1; | ||
border-radius: 4px; | ||
} | ||
.job-management { | ||
padding: 20px; | ||
} | ||
|
||
.ml-pre { | ||
display: block; | ||
unicode-bidi: embed; | ||
font-family: monospace; | ||
white-space: pre; | ||
.new-job-button-container { | ||
float: right; | ||
} | ||
|
||
@media (min-width: 830px) { | ||
max-width: 650px; | ||
} | ||
@media (min-width: 1030px) { | ||
max-width: 850px; | ||
} | ||
@media (min-width: 1230px) { | ||
max-width: 1050px; | ||
} | ||
@media (min-width: 1430px) { | ||
max-width: 1250px; | ||
} | ||
@media (min-width: 1630px) { | ||
max-width: 1450px; | ||
} | ||
@media (min-width: 1830px) { | ||
max-width: 1550px; | ||
} | ||
} | ||
.clear { | ||
clear: both; | ||
} |
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
x-pack/plugins/ml/public/jobs/jobs_list_new/styles/main.less
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
* or more contributor license agreements. Licensed under the Elastic License; | ||
* you may not use this file except in compliance with the Elastic License. | ||
*/ | ||
|
||
|
||
|
||
import './styles/main.less'; | ||
import './jobs_list_controller'; | ||
import './edit_job_modal'; | ||
import './job_timepicker_modal'; | ||
import './delete_job_modal'; | ||
import './create_watch_modal'; | ||
import './expanded_row'; | ||
import 'ui/directives/confirm_click'; | ||
import 'plugins/ml/components/paginated_table'; | ||
import 'plugins/ml/components/validate_job'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.