b1a939b164eb6578883648a10ea448e336ca3b92
[portal.git] / ecomp-portal-widget-ms / widget-ms / src / main / java / org / openecomp / portalapp / widget / constant / WidgetConstant.java
1 package org.openecomp.portalapp.widget.constant;
2
3 public final class WidgetConstant {
4         
5         public static final String WIDGET_MARKUP_LOCATION = "markup/markup.html";
6         public static final String WIDGET_CONTROLLER_LOCATION = "js/controller.js";
7         public static final String WIDGET_STYLE_LOCATION = "styles/styles.css";
8         public static final String VALIDATION_MESSAGE_ZIP = "Please upload a zip file"; 
9         public static final String VALIDATION_MESSAGE_FILES = "Please check your files (should contains js, styles and markup folder)"; 
10 }
11