You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by pz...@apache.org on 2019/04/19 18:05:00 UTC

[knox] branch master updated: KNOX-1854 - Admin UI read-only topology message typo

This is an automated email from the ASF dual-hosted git repository.

pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 99447cc  KNOX-1854 - Admin UI read-only topology message typo
99447cc is described below

commit 99447cc0174c03ae41f22d6c66e85b69af6726dc
Author: pzampino <pz...@cloudera.com>
AuthorDate: Fri Apr 19 13:34:45 2019 -0400

    KNOX-1854 - Admin UI read-only topology message typo
---
 gateway-admin-ui/admin-ui/app/topology-detail.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway-admin-ui/admin-ui/app/topology-detail.component.ts b/gateway-admin-ui/admin-ui/app/topology-detail.component.ts
index 12c51c6..4b38b74 100644
--- a/gateway-admin-ui/admin-ui/app/topology-detail.component.ts
+++ b/gateway-admin-ui/admin-ui/app/topology-detail.component.ts
@@ -30,7 +30,7 @@ import {ValidationUtils} from './utils/validation-utils';
         <div class="panel panel-default">
             <div class="panel-heading">
                 <h4 class="panel-title">{{title}} <span *ngIf="showEditOptions == false" style="padding-left: 15%;"
-                                                        class="text-danger text-center"> Ready Only (generated file) </span> <span
+                                                        class="text-danger text-center"> Read Only (generated file) </span> <span
                         class="pull-right">{{titleSuffix}}</span></h4>
             </div>
             <div *ngIf="topologyContent" class="panel-body">