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

jsarnowski / jsarnowski/jet-theme-core   php

Repository URL to install this package:

Version: 1.2.1 

/ modules / jet-dashboard / views / common / alert-list.php

<div
	class="jet-dashboard-page__alerts"
	v-if="visible"
>
	<jet-dashboard-alert-item
		v-for="( alertConfig, index ) in alertList"
		:key="index"
		:config="alertConfig"
	></jet-dashboard-alert-item>
</div>