Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ndm / opt / ndm / resources / app / dist / npm-update-log.html
Size: Mime:
<div class="dialog dialog-window" ng-if="shell.activeLink === 'update'"><div class="prompt-window-options"><img ng-show="!log.logsFinished" src="img/loading.svg" width="13"/><i class="fa fa-check color-primary" ng-show="log.logsFinished"></i><button ng-click="shell.activeLink = false" ng-if="!shell.updatingNpm">Close</button><button ng-click="shell.activeClickedLink('update'); shell.updateNpm()" ng-if="!shell.updatingNpm">Run again</button></div><div class="window" contenteditable="true" ng-autoscroll="ng-autoscroll"><div class="col-md-12 logs"><b>Updating npm</b></div><div class="col-md-12 logs">Output:</div><div class="col-md-12 logs" contenteditable="true" ng-repeat="aLog in log.logs track by $index">{{ aLog }}</div></div></div>