From hdfs-issues-return-279507-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Aug 23 05:47:50 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 44236180637 for ; Fri, 23 Aug 2019 07:47:50 +0200 (CEST) Received: (qmail 92216 invoked by uid 500); 23 Aug 2019 05:47:10 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 91788 invoked by uid 99); 23 Aug 2019 05:47:10 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Aug 2019 05:47:09 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 409A3E30AB for ; Fri, 23 Aug 2019 05:47:08 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 47DDB7822E6 for ; Fri, 23 Aug 2019 05:47:05 +0000 (UTC) Date: Fri, 23 Aug 2019 05:47:05 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HDDS-2000) Don't depend on bootstrap/jquery versions from hadoop-trunk snapshot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDDS-2000?focusedWorklogId=3D3= 00015&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpan= el#worklog-300015 ] ASF GitHub Bot logged work on HDDS-2000: ---------------------------------------- Author: ASF GitHub Bot Created on: 23/Aug/19 05:46 Start Date: 23/Aug/19 05:46 Worklog Time Spent: 10m=20 Work Description: hadoop-yetus commented on pull request #1339: HDDS-= 2000. Don't depend on bootstrap/jquery versions from hadoop-trun=E2=80=A6 URL: https://github.com/apache/hadoop/pull/1339#discussion_r316981559 =20 =20 ########## File path: hadoop-hdds/framework/src/main/resources/webapps/static/hadoop.= css ########## @@ -0,0 +1,331 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. See the NOTICE file distributed with +* this work for additional information regarding copyright ownership. +* The ASF licenses this file to You under the Apache License, Version 2.0 +* (the "License"); you may not use this file except in compliance with +* the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +*/ + +body { + background-color : #ffffff; + font-family : sans-serif; +} + +.small { + font-size : smaller; +} + +div#dfsnodetable tr#row1, div.dfstable td.col1 { +=09font-weight : bolder; +} + +div.dfstable th { + text-align:left; +=09vertical-align : top; +} + +div.dfstable td#col3 { +=09text-align : right; +} + +div#dfsnodetable caption { +=09text-align : left; +} + +div#dfsnodetable a#title { +=09font-size : larger; +=09font-weight : bolder; +} + +div#dfsnodetable td, th { + padding-bottom : 4px; + padding-top : 4px; =20 +} + +div#dfsnodetable A:link, A:visited { +=09text-decoration : none; =20 +} + +div#dfsnodetable th.header, th.headerASC, th.headerDSC { + padding-bottom : 8px; + padding-top : 8px; =20 +} +div#dfsnodetable th.header:hover, th.headerASC:hover, th.headerDSC:hover, + td.name:hover { + text-decoration : underline; +=09cursor : pointer; +} + +div#dfsnodetable td.blocks, td.size, td.pcused, td.adminstate, td.lastcont= act { +=09text-align : right; +} + +div#dfsnodetable .rowNormal .header { +=09background-color : #ffffff; +} +div#dfsnodetable .rowAlt, .headerASC, .headerDSC { +=09background-color : lightyellow; +} + +.warning { + font-weight : bolder; + color : red;=09 +} + +div.dfstable table { +=09white-space : pre; +} + +table.storage, table.nodes { + border-collapse: collapse; +} + +table.storage td { +=09padding:10px; +=09border:1px solid black; +} + +table.nodes td { +=09padding:0px; +=09border:1px solid black; +} + +div#dfsnodetable td, div#dfsnodetable th, div.dfstable td { +=09padding-left : 10px; +=09padding-right : 10px; +=09border:1px solid black; +} + +td.perc_filled { + background-color:#AAAAFF; +} + +td.perc_nonfilled { + background-color:#FFFFFF; +} + +line.taskgraphline { + stroke-width:1;stroke-linecap:round; +} + +#quicklinks { =20 Review comment: whitespace:tabs in line =20 =20 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. =20 For queries about this service, please contact Infrastructure at: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 300015) Time Spent: 11h 20m (was: 11h 10m) > Don't depend on bootstrap/jquery versions from hadoop-trunk snapshot > -------------------------------------------------------------------- > > Key: HDDS-2000 > URL: https://issues.apache.org/jira/browse/HDDS-2000 > Project: Hadoop Distributed Data Store > Issue Type: Improvement > Components: om, SCM > Reporter: Elek, Marton > Assignee: Vivek Ratnavel Subramanian > Priority: Major > Labels: pull-request-available > Time Spent: 11h 20m > Remaining Estimate: 0h > > The OM/SCM web pages are broken due to the upgrade in HDFS-14729 (which i= s a great patch on the Hadoop side). To have more stability I propose to us= e our own instance from jquery/bootstrap instead of copying the actual vers= ion from hadoop trunk which is a SNAPSHOT build. -- This message was sent by Atlassian Jira (v8.3.2#803003) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org