From a45a9a6601cf7b17cc3f2cc2ad16db339ba13a49 Mon Sep 17 00:00:00 2001 From: Rodrigo Mendoza <43052640+rosanch@users.noreply.github.com> Date: Fri, 1 Feb 2019 14:18:50 -0800 Subject: [PATCH] Fixes hovering colors over the digest, and minor typos. (#710) * Fixes the following issues : Unhandled error if you cancel saving Azure log #639 Save Azure log dialog shows "log..log" as the filename extension #640 docker.acr.pullimage issue #648 * fixes #666 * PR #705 Fixes * Adds telemitry to the ACR logs table listeners * Fixes #662 * Minor ACR casing fixes --- commands/azureCommands/delete-image.ts | 5 +++-- package.json | 2 +- style/acr-logs/stylesheet.css | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/commands/azureCommands/delete-image.ts b/commands/azureCommands/delete-image.ts index a92a3b8576..a09104c2ec 100644 --- a/commands/azureCommands/delete-image.ts +++ b/commands/azureCommands/delete-image.ts @@ -33,13 +33,14 @@ export async function untagAzureImage(context?: AzureImageTagNode): Promise