From hdfs-issues-return-279529-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Aug 23 05:48:21 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 7955D180637 for ; Fri, 23 Aug 2019 07:48:21 +0200 (CEST) Received: (qmail 17228 invoked by uid 500); 23 Aug 2019 05:48:04 -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 17077 invoked by uid 99); 23 Aug 2019 05:48:04 -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:48:04 +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 904E3E30AE for ; Fri, 23 Aug 2019 05:48:02 +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 2F49C782278 for ; Fri, 23 Aug 2019 05:48:01 +0000 (UTC) Date: Fri, 23 Aug 2019 05:48:01 +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= 00035&page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpan= el#worklog-300035 ] ASF GitHub Bot logged work on HDDS-2000: ---------------------------------------- Author: ASF GitHub Bot Created on: 23/Aug/19 05:47 Start Date: 23/Aug/19 05:47 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_r316981635 =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; +} + =20 Review comment: whitespace:end of line 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: 300035) Time Spent: 14.5h (was: 14h 20m) > 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: 14.5h > 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