Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Make by tools (01.00.01) - action=clean_macro_parameter
Scroll Ignore
scroll-viewporttrue
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbookhtmltruefalse
scroll-eclipsehelpdocbooktrue
scroll-epubeclipsehelptrue
scroll-htmlepubtrue
Panel
titleSommaire

Table of Contents
stylenone

Couleur de fond du context et du statut ( background : context_then_status )

Icône contexte puis statut ( icon_type : context_then_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_then_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "context_then_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Icône statut puis contexte ( icon_type : status_then_context )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_then_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "status_then_context"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Icône du statut seulement ( icon_type : only_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_then_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "only_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Couleur de fond du context et du statut ( background : context_and_status )

Icône contexte puis statut ( icon_type : context_then_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_and_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "context_then_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Icône statut puis contexte ( icon_type : status_then_context )

Configuration:

Le statut est mis en avant sur le contexte, la couleur de l'arrière-plan est celle du statut et du contexte (s'il y a un contexte) et la tendance des SLA est activée.

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_and_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "status_then_context"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Icône du statut seulement ( icon_type : only_status )

Configuration:

Seulement le statut est affiché, la couleur de l'arrière-plan est celle du statut et du contexte ( s'il y a un contexte ) et la tendance des SLA est activée.activée.

code
Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "context_and_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "only_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Couleur de fond du statut uniquement ( background : only_status )

Icône contexte puis statut ( icon_type : context_then_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "only_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "context_then_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added 

Icône statut puis contexte ( icon_type : status_then_context )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "only_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "status_then_context"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added

Icône du statut seulement ( icon_type : only_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "only_status",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "only_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added 

Pas d'arrière-plan ( background : no_background )

Dans ce cas, il n'y aura pas de couleur de background, par contre une bordure sera rajoutée, qui aura la couleur du contexte si existant sinon il aura la couleur du statut.

Icône contexte puis statut ( icon_type : context_then_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "no_background",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "context_then_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added 

Icône statut puis contexte ( icon_type : status_then_context )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "no_background",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "status_then_context"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added 



Icône du statut seulement ( icon_type : only_status )

Code Block
languagebash
themeRDark
"weather_widget_layout": {
	...
	"content": {
		"layout" : {
			"background" : "no_background",
		 	"information_to_display" : {
				"left_area" : {
					"icon_type" : "only_status"
				},
			 	"top_right_area" : {
					"displayed" : "default",
					"icon_type" : "default"
				},
			 	"sla_area" : {
					"displayed" : true,
					"show_icon" : false
				},
				"name_area" : {
					"property_used_as_name" : "default",
					"nb_lines_max" : "default",
					"vertical_align" : "default",
					"font_zoom_percent" : "default"
				}
			}
		}
	}
}
Panel

Image RemovedImage Added