mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
- New module itop-bridge-cmdb-ticket to cope with the need to install only the CMDB or/and ticketing - New module itop-structure to hold declarations required by iTop independently from ITIL. Note that these declarations should ideally be moved to application/datamodel.application.xml or core/datamodel.core.xml. Anyhow, the compiler suffers a few limitations and it has been decided to create this module as a workaround. - Split of known-error module into itop-faq-light and itop-knownerror-light
24 lines
799 B
XML
24 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Set>
|
|
<TagSetFieldDataFor_FAQ__domains id="1">
|
|
<code>software</code>
|
|
<label>Software 💾</label>
|
|
</TagSetFieldDataFor_FAQ__domains>
|
|
<TagSetFieldDataFor_FAQ__domains id="2">
|
|
<code>hardware</code>
|
|
<label>Hardware 💻</label>
|
|
</TagSetFieldDataFor_FAQ__domains>
|
|
<TagSetFieldDataFor_FAQ__domains id="3">
|
|
<code>server</code>
|
|
<label>Server 🏢</label>
|
|
</TagSetFieldDataFor_FAQ__domains>
|
|
<TagSetFieldDataFor_FAQ__domains id="4">
|
|
<code>mobile</code>
|
|
<label>Mobile 📱</label>
|
|
</TagSetFieldDataFor_FAQ__domains>
|
|
<TagSetFieldDataFor_FAQ__domains id="5">
|
|
<code>network</code>
|
|
<label>Network ☁️</label>
|
|
</TagSetFieldDataFor_FAQ__domains>
|
|
</Set>
|