Quellcode durchsuchen

HUE-6077 [frontend] Fixed LESS main component for the common dashboard and added it to Oozie

Enrico Berti vor 9 Jahren
Ursprung
Commit
78077903b5

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/workflow_editor.mako

@@ -31,7 +31,7 @@ from oozie.conf import ENABLE_DOCUMENT_ACTION, ENABLE_IMPALA_ACTION
 ${ commonheader(_("Workflow Editor"), "Oozie", user, request, "40px") | n,unicode }
 ${ commonheader(_("Workflow Editor"), "Oozie", user, request, "40px") | n,unicode }
 %endif
 %endif
 
 
-<div id="oozie_workflowComponents">
+<div id="oozie_workflowComponents" class="dashboard-container">
 
 
 <%def name="buttons()">
 <%def name="buttons()">
   <div class="pull-right" style="padding-right: 10px">
   <div class="pull-right" style="padding-right: 10px">

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/common_dashboard.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search_mobile.css

@@ -14,4 +14,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 See the License for the specific language governing permissions and
 limitations under the License.
 limitations under the License.
- */.dashboard-search .card-column,.dashboard-search .ui-sortable{min-height:0 !important}.dashboard-search .dashboard{margin-top:0 !important}.dashboard-search .card{padding-top:0 !important}.dashboard-search .card-widget{padding-top:10px !important}.dashboard-search .dashboard .container-fluid{padding:0 !important}.dashboard-search .form-search .input-append{width:100%}.dashboard-search .form-search .input-append input{width:80%}
+ */.dashboard-container .card-column,.dashboard-container .ui-sortable{min-height:0 !important}.dashboard-container .dashboard{margin-top:0 !important}.dashboard-container .card{padding-top:0 !important}.dashboard-container .card-widget{padding-top:10px !important}.dashboard-container .dashboard .container-fluid{padding:0 !important}.dashboard-container .form-search .input-append{width:100%}.dashboard-container .form-search .input-append input{width:80%}

+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/common_dashboard.less

@@ -16,7 +16,7 @@
  limitations under the License.
  limitations under the License.
 */
 */
 
 
-.dashboard-search {
+.dashboard-container {
   .dashboard .container-fluid {
   .dashboard .container-fluid {
     padding: 6px;
     padding: 6px;
   }
   }

+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -16,7 +16,7 @@
  limitations under the License.
  limitations under the License.
 */
 */
 
 
-.dashboard-search {
+.dashboard-container {
   .dropdown-menu li {
   .dropdown-menu li {
     font-size: 14px;
     font-size: 14px;
   }
   }

+ 1 - 1
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search_mobile.less

@@ -16,7 +16,7 @@
  limitations under the License.
  limitations under the License.
 */
 */
 
 
-.dashboard-search {
+.dashboard-container {
   .card-column, .ui-sortable {
   .card-column, .ui-sortable {
     min-height: 0 !important;
     min-height: 0 !important;
   }
   }

+ 1 - 1
desktop/libs/dashboard/src/dashboard/templates/search.mako

@@ -29,7 +29,7 @@ ${ commonheader(_('Dashboard'), "dashboard", user, request, "80px") | n,unicode
 ${ notebookKoComponents.downloadSnippetResults() }
 ${ notebookKoComponents.downloadSnippetResults() }
 %endif
 %endif
 
 
-<div id="searchComponents" class="dashboard-search">
+<div id="searchComponents" class="dashboard-container">
 ${ common_search.page_structure(False, is_embeddable) }
 ${ common_search.page_structure(False, is_embeddable) }
 </div>
 </div>
 
 

+ 1 - 1
desktop/libs/dashboard/src/dashboard/templates/search_m.mako

@@ -29,7 +29,7 @@ ${ commonheader_m(_('Dashboard'), "dashboard", user, request, "80px") | n,unicod
 ${ notebookKoComponents.downloadSnippetResults() }
 ${ notebookKoComponents.downloadSnippetResults() }
 
 
 
 
-<div id="searchComponents" class="dashboard-search">
+<div id="searchComponents" class="dashboard-container">
 ${ common_search.page_structure(is_mobile=True) }
 ${ common_search.page_structure(is_mobile=True) }
 </div>
 </div>
 
 

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.