Repository: incubator-atlas Updated Branches: refs/heads/master 7ade9fe52 -> 539f24314
ATLAS-155 Images do not show up on the dashboard - added missed file Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/539f2431 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/539f2431 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/539f2431 Branch: refs/heads/master Commit: 539f243141d12873aff214942cbb9ddff3fc3af6 Parents: 7ade9fe Author: Shwetha GS <[email protected]> Authored: Tue Sep 29 13:47:16 2015 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Sep 29 13:47:16 2015 +0530 ---------------------------------------------------------------------- .../public/modules/search/views/types/view.html | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/539f2431/dashboard/public/modules/search/views/types/view.html ---------------------------------------------------------------------- diff --git a/dashboard/public/modules/search/views/types/view.html b/dashboard/public/modules/search/views/types/view.html index e69de29..1bf6fc7 100644 --- a/dashboard/public/modules/search/views/types/view.html +++ b/dashboard/public/modules/search/views/types/view.html @@ -0,0 +1,21 @@ +<!-- + ~ 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. + --> + +<h4><a data-ui-sref="details({id:result['$id$'].id})">{{result.name}}</a></h4> +<p><b>inputTables: </b><a ng-repeat="inputs in result.inputTables" data-ui-sref="details({id: inputs.id})">{{ inputs.id}}</a></p> +<h5>Tags : <a ng-repeat="(key, value) in result['$traits$']" data-ui-sref="search.results({query: key})">{{key}}</a> </h5>
