mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove unnecassary words
This commit is contained in:
parent
b74c599178
commit
86e1eda3ef
1 changed files with 2 additions and 2 deletions
|
|
@ -95,7 +95,7 @@ limitations under the License.
|
|||
|
||||
<div class="box width-full heliumPackageContainer">
|
||||
|
||||
<!-- NPM type packages -->
|
||||
<!-- NPM packages -->
|
||||
<div class="row heliumPackageList"
|
||||
ng-repeat="(pkgName, pkgInfo) in pkgsRegisteredInNpm"
|
||||
ng-show="content == 'npmPkgs'">
|
||||
|
|
@ -156,7 +156,7 @@ limitations under the License.
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Maven type artifacts -->
|
||||
<!-- Maven artifacts -->
|
||||
<div class="row heliumPackageList"
|
||||
ng-repeat="(pkgName, pkgInfo) in pkgsRegisteredInMaven"
|
||||
ng-show="content == 'mavenArtifacts'">
|
||||
|
|
|
|||
Loading…
Reference in a new issue