Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fQC6z-0000pW-G9 for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jun 2018 13:34:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fQC6x-0006qU-U7 for pgadmin-hackers@arkaria.postgresql.org; Tue, 05 Jun 2018 13:34:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fQC6x-0006qK-P8 for pgadmin-hackers@lists.postgresql.org; Tue, 05 Jun 2018 13:34:55 +0000 Received: from mx0a-00296801.pphosted.com ([148.163.150.38]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fQC6s-000864-JP for pgadmin-hackers@postgresql.org; Tue, 05 Jun 2018 13:34:54 +0000 Received: from pps.filterd (m0114581.ppops.net [127.0.0.1]) by mx0a-00296801.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w55DVUT2002353 for ; Tue, 5 Jun 2018 13:34:46 GMT Received: from mail-it0-f69.google.com (mail-it0-f69.google.com [209.85.214.69]) by mx0a-00296801.pphosted.com with ESMTP id 2jbhuf35cx-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Tue, 05 Jun 2018 13:34:46 +0000 Received: by mail-it0-f69.google.com with SMTP id 6-v6so2282368itl.6 for ; Tue, 05 Jun 2018 06:34:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2syKo5CglLmVhDHNtK9xoAJsDe6q/WcVUpMRhoKU2WY=; b=a18t2LLW5i1hlCzs8PodkGW1KQNHn+opqOeNEXjRvXVgyiNpsfofWbgCUHkLVUDyoO 3ihmOIZyR/GNhgfX7jrPJ/LJQcNWZXRJ91ehwilFbcD6YwBygPGPC0k57LyFA8na+1+f seZbrABoL+GHx1Z73vHSFS0exi2n73XHEgPX0+2SZe30KCIH2Averkjf+4hFSGGpZDXp Cit6pgVmHhGUMJ5TbQpvFn+JqUSoFOPdRGfMY/v+b0XNSXpLpbEgwGmGe/O8bjGs2ZLU bYTPS16nQfH1CBTe163EWJ4+k/rdzxA+iJWs1Rgh2EF6UOspZRVsiiVVyAqfIHgzGelb 29WA== X-Gm-Message-State: APt69E2vTw9VIFmEHXzHYUOzQ4PpYde34pBBjxwsukb2NYCVwU8VCquS DVA3Ihez8AAQJk+O1ujRYG903kHRGYQfy8cSE2ZCedQjZvA8YqYbQmq/kaySxZ6dr/0Jm4VCmXT xc8DyQme8ohP8J66WaJPv0fdk3qqmg2ewIE74L1m40FjxRRssxvqN3uV5BL8/JLrF/l1I X-Received: by 2002:a24:4516:: with SMTP id y22-v6mr18816450ita.109.1528205684841; Tue, 05 Jun 2018 06:34:44 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ2F0SlvwdjKfGQ+oR9IwGcOubT4lVSaDOWr7dD5rB3VGlqsUl3DuXIT3xOmrBbmqjIVdP1CQ9kVWgPq6H04IU= X-Received: by 2002:a24:4516:: with SMTP id y22-v6mr18816416ita.109.1528205684480; Tue, 05 Jun 2018 06:34:44 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Victoria Henry Date: Tue, 5 Jun 2018 09:34:33 -0400 Message-ID: Subject: Re: [pgAdmin4][patch] Moved 'Notifications' tab before 'Query History' in Query Tool To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f7b8ae056de51ceb" X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-06-05_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=2 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=877 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1805220000 definitions=main-1806050156 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f7b8ae056de51ceb Content-Type: text/plain; charset="UTF-8" Hi Akshay, LGTM and passes tests. Sincerely, Victoria On Tue, Jun 5, 2018 at 8:28 AM Akshay Joshi wrote: > Hi Hackers, > > Attached is the minor patch to move 'Notifications' tab before "Query > History" in Query Tool. > > -- > *Akshay Joshi* > > *Sr. Software Architect * > > > > *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* > --000000000000f7b8ae056de51ceb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Akshay,

LGTM and passes tests.
<= br>
Sincerely,

Victoria

On Tue, Jun 5, 2018 at 8:2= 8 AM Akshay Joshi <aksh= ay.joshi@enterprisedb.com> wrote:
Hi Hackers,

Attached is the minor= patch to move=C2=A0'Notifications' tab before "Query History&= quot; in Query Tool.

--
Akshay Joshi
<= b>Sr. Software Architect
<= /div>

=

Phone: +91 20-3058-9517Mobile: +91 976-788-8246
--000000000000f7b8ae056de51ceb--