Commit 28c5fb48 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Personaliza placeholder de lista de observaciones

parent 4f495d29
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ define([
	, 'src/component/browser/bars/Order'
	, 'src/component/browser/bars/Total'
	, 'src/redmicConfig'
	, 'templates/LoadingCustom'
	, 'templates/ObservationFilterForm'
	, 'templates/ObservationRegisterList'
], function(
@@ -18,6 +19,7 @@ define([
	, Order
	, Total
	, redmicConfig
	, LoadingCustom
	, TemplateFilter
	, TemplateList
) {
@@ -46,6 +48,13 @@ define([

			this.browserConfig = this._merge([this.browserConfig || {}, {
				template: TemplateList,
				noDataMessage: {
					definition: LoadingCustom,
					props: {
						message: this.i18n.selectStationWithRegisteredData,
						iconClass: 'fr fr-no-data'
					}
				},
				bars: [{
					instance: Total
				},{
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@ define({
	, "layersCatalog": "Catálogo de capas"
	, "addLayersToLoadInMap": "Añada capas desde el catálogo"
	, "layersQueryResults": "Resultados de consulta sobre capas"
	, "selectStationWithRegisteredData": "Seleccione una estación con datos registrados"

	, "seaDepth": "Fondo"
	, "legalValidity": "Validez legal"
+1 −0
Original line number Diff line number Diff line
@@ -430,6 +430,7 @@ define({
		, "layersCatalog": "Layers catalog"
		, "addLayersToLoadInMap": "Add layers from catalog"
		, "layersQueryResults": "Layers query results"
		, "selectStationWithRegisteredData": "Select a station with registered data"

		, "seaDepth": "Bottom"
		, "legalValidity": "Legal validity"