Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Planned changes

Active changes today

Closed changes

Html macro
<div id=futplannedchanges></div>
<style>
.recently-updated-concise li.update-item:hover {  
    background: none;  
}  
  
.recently-updated-concise h4.sub-heading {  
    display:none;  
}  
  
.recently-updated-concise 
.update-item-desc, 
.recently-updated-concise 
.update-item-date, 
.recently-updated-concise 
.update-item-changes  {  
    display:none;  
}  
  
.more-link-container, .more-link-base {  
    display:none;  
}  
  
.page-metadata {    
    display:none;    
}    
  
div.recently-updated.macro-blank-experience { display:none; visibility:hidden; }   
  
.rwui_button.rwui_color_red {
    background : url('');   
    background-color: #D63E3E;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_green {
    background : url('');   
    background-color: #528E30;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_blue {
    background : url('');   
    background-color: #FDDE5F;  
    border: 1px solid #d5d5d5;  
    color: #000000 !important;  
}  
  
span.rwui_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oprs_main_wrapper {  
    font-size: 14px;  
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #333333; 
}  
  
.oprs_item {  
    margin: 10px 0px;  
}  
  
.oprs_item:hover {  
    background-color: #f5f5f5;
    border-radius: 3px;
}
  
.oprs_item_title {  
    background-color: #e8e8e8;  
    border-radius: 3px;    

    padding: 11px 13px;  
    font-size: 14px;
    font-weight: bold;
    
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_item_content {  
    padding: 5px 0px;  
    overflow: hidden;
    display: table;
}  

.oprs_item_content div {  
}  
  
.oprs_item_content div.type,  
.oprs_item_content div.customfield_10055,  
.oprs_item_content div.customfield_10091,  
.oprs_item_content div.customfield_11720 {  
}  
  
.oprs_item_content div.priority,  
.oprs_item_content div.customfield_10056,  
.oprs_item_content div.customfield_12224,  
.oprs_item_content div.customfield_11721 {  

}  

.oprs_item_content div.oprs_item_odd,
.oprs_item_content div.oprs_item_even { 
    display: table-row;
    padding: 0px 0px 10px 0px;
} 
  
  
.oprs_customfield_name,  
.oprs_field_name {  
    display: table-cell;
    font-weight: bold;
    color: #666666;
    
    padding: 0px 10px 3px 0px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_field_value {  
    display: table-cell;
    padding: 0px 0px 3px 0px;
}  
  
  
  
.priority_critical_p1 .oprs_item_title {  
    background-color: #ff0000;  
    color: #e8e8e8;  
}  
  
.priority_major_p2 .oprs_item_title {  
    background-color: #fea342;  
}  
  
.priority_medium_p3 .oprs_item_title {  
    background-color: #f3f171;  
}  
  
.priority_minor_p4 .oprs_item_title {
background-color:F3EC00;
}  
  
.priority_low_p5 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
.priority_info_p6 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
  
.oprs_flag_item {  
    height: 22px;  
    line-height: 20px;  
    font-weight: bold;  
}  
  
.oprs_flag_box {   
    border: solid 1px #333333;  
    width: 14px;  
    height: 14px;  
    margin: 2px 5px 2px 0px;  
    float: left;  
}  
  
.oprs_flag_item_green .oprs_flag_box {  
    border: solid 2px green;  
    background-color: green;  
}  
  
.oprs_flag_item_orange .oprs_flag_box {  
    background-color: #fda342;  
}  
  
.oprs_flag_item_yellow .oprs_flag_box {  
    background-color: #f3f171;  
}  
  
.oprs_flag_item_grey .oprs_flag_box {  
    background-color: #e8e8e8;  
}  
  
.oprs_flag_item_red .oprs_flag_box {  
    background-color: #ff0000;  
}  
</style>


<script language="Javascript">
$(document).ready(function() {
loadContent("#futplannedchanges","https://jiraxml2html.fut.netic.dk/index.cgi/show/xml2html/?id=fut_planned_changes");
}); 

function loadContent(divName, Url) {
$.ajax({
 url: Url,
 success: function(data){
 $(divName).html(data);
 },
error: function(data){
 $(divName).html("<center><font color=red>Indhold kunne ikke hentes fra ITSM systemet. Prøv at reloade siden.</font></center>");
}
});
}

</script>
Html macro
<div id=futactivechanges></div>
<style>
.recently-updated-concise li.update-item:hover {  
    background: none;  
}  
  
.recently-updated-concise h4.sub-heading {  
    display:none;  
}  
  
.recently-updated-concise 
.update-item-desc, 
.recently-updated-concise 
.update-item-date, 
.recently-updated-concise 
.update-item-changes  {  
    display:none;  
}  
  
.more-link-container, .more-link-base {  
    display:none;  
}  
  
.page-metadata {    
    display:none;    
}    
  
div.recently-updated.macro-blank-experience { display:none; visibility:hidden; }   
  
.rwui_button.rwui_color_red {
    background : url('');   
    background-color: #D63E3E;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_green {
    background : url('');   
    background-color: #528E30;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_blue {
    background : url('');   
    background-color: #FDDE5F;  
    border: 1px solid #d5d5d5;  
    color: #000000 !important;  
}  
  
span.rwui_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oprs_main_wrapper {  
    font-size: 14px;  
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #333333; 
}  
  
.oprs_item {  
    margin: 10px 0px;  
}  
  
.oprs_item:hover {  
    background-color: #f5f5f5;
    border-radius: 3px;
}
  
.oprs_item_title {  
    background-color: #e8e8e8;  
    border-radius: 3px;    

    padding: 11px 13px;  
    font-size: 14px;
    font-weight: bold;
    
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_item_content {  
    padding: 5px 0px;  
    overflow: hidden;
    display: table;
}  

.oprs_item_content div {  
}  
  
.oprs_item_content div.type,  
.oprs_item_content div.customfield_10055,  
.oprs_item_content div.customfield_10091,  
.oprs_item_content div.customfield_11720 {  
}  
  
.oprs_item_content div.priority,  
.oprs_item_content div.customfield_10056,  
.oprs_item_content div.customfield_12224,  
.oprs_item_content div.customfield_11721 {  

}  

.oprs_item_content div.oprs_item_odd,
.oprs_item_content div.oprs_item_even { 
    display: table-row;
    padding: 0px 0px 10px 0px;
} 
  
  
.oprs_customfield_name,  
.oprs_field_name {  
    display: table-cell;
    font-weight: bold;
    color: #666666;
    
    padding: 0px 10px 3px 0px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_field_value {  
    display: table-cell;
    padding: 0px 0px 3px 0px;
}  
  
  
  
.priority_critical_p1 .oprs_item_title {  
    background-color: #ff0000;  
    color: #e8e8e8;  
}  
  
.priority_major_p2 .oprs_item_title {  
    background-color: #fea342;  
}  
  
.priority_medium_p3 .oprs_item_title {  
    background-color: #f3f171;  
}  
  
.priority_minor_p4 .oprs_item_title {
background-color:F3EC00;
}  
  
.priority_low_p5 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
.priority_info_p6 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
  
.oprs_flag_item {  
    height: 22px;  
    line-height: 20px;  
    font-weight: bold;  
}  
  
.oprs_flag_box {   
    border: solid 1px #333333;  
    width: 14px;  
    height: 14px;  
    margin: 2px 5px 2px 0px;  
    float: left;  
}  
  
.oprs_flag_item_green .oprs_flag_box {  
    border: solid 2px green;  
    background-color: green;  
}  
  
.oprs_flag_item_orange .oprs_flag_box {  
    background-color: #fda342;  
}  
  
.oprs_flag_item_yellow .oprs_flag_box {  
    background-color: #f3f171;  
}  
  
.oprs_flag_item_grey .oprs_flag_box {  
    background-color: #e8e8e8;  
}  
  
.oprs_flag_item_red .oprs_flag_box {  
    background-color: #ff0000;  
}  
</style>


<script language="Javascript">
$(document).ready(function() {
loadContent("#futactivechanges","https://jiraxml2html.fut.netic.dk/index.cgi/show/xml2html/?id=fut_active_changes");
}); 

function loadContent(divName, Url) {
$.ajax({
 url: Url,
 success: function(data){
 $(divName).html(data);
 },
error: function(data){
 $(divName).html("<center><font color=red>Indhold kunne ikke hentes fra ITSM systemet. Prøv at reloade siden.</font></center>");
}
});
}

</script>
Html macro
<div id=futclosedchanges></div>
<style>
.recently-updated-concise li.update-item:hover {  
    background: none;  
}  
  
.recently-updated-concise h4.sub-heading {  
    display:none;  
}  
  
.recently-updated-concise 
.update-item-desc, 
.recently-updated-concise 
.update-item-date, 
.recently-updated-concise 
.update-item-changes  {  
    display:none;  
}  
  
.more-link-container, .more-link-base {  
    display:none;  
}  
  
.page-metadata {    
    display:none;    
}    
  
div.recently-updated.macro-blank-experience { display:none; visibility:hidden; }   
  
.rwui_button.rwui_color_red {
    background : url('');   
    background-color: #D63E3E;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_green {
    background : url('');   
    background-color: #528E30;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_blue {
    background : url('');   
    background-color: #FDDE5F;  
    border: 1px solid #d5d5d5;  
    color: #000000 !important;  
}  
  
span.rwui_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oprs_main_wrapper {  
    font-size: 14px;  
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #333333; 
}  
  
.oprs_item {  
    margin: 10px 0px;  
}  
  
.oprs_item:hover {  
    background-color: #f5f5f5;
    border-radius: 3px;
}
  
.oprs_item_title {  
    background-color: #e8e8e8;  
    border-radius: 3px;    

    padding: 11px 13px;  
    font-size: 14px;
    font-weight: bold;
    
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_item_content {  
    padding: 5px 0px;  
    overflow: hidden;
    display: table;
}  

.oprs_item_content div {  
}  
  
.oprs_item_content div.type,  
.oprs_item_content div.customfield_10055,  
.oprs_item_content div.customfield_10091,  
.oprs_item_content div.customfield_11720 {  
}  
  
.oprs_item_content div.priority,  
.oprs_item_content div.customfield_10056,  
.oprs_item_content div.customfield_12224,  
.oprs_item_content div.customfield_11721 {  

}  

.oprs_item_content div.oprs_item_odd,
.oprs_item_content div.oprs_item_even { 
    display: table-row;
    padding: 0px 0px 10px 0px;
} 
  
  
.oprs_customfield_name,  
.oprs_field_name {  
    display: table-cell;
    font-weight: bold;
    color: #666666;
    
    padding: 0px 10px 3px 0px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_field_value {  
    display: table-cell;
    padding: 0px 0px 3px 0px;
}  
  
  
  
.priority_critical_p1 .oprs_item_title {  
    background-color: #ff0000;  
    color: #e8e8e8;  
}  
  
.priority_major_p2 .oprs_item_title {  
    background-color: #fea342;  
}  
  
.priority_medium_p3 .oprs_item_title {  
    background-color: #f3f171;  
}  
  
.priority_minor_p4 .oprs_item_title {
background-color:F3EC00;
}  
  
.priority_low_p5 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
.priority_info_p6 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
  
.oprs_flag_item {  
    height: 22px;  
    line-height: 20px;  
    font-weight: bold;  
}  
  
.oprs_flag_box {   
    border: solid 1px #333333;  
    width: 14px;  
    height: 14px;  
    margin: 2px 5px 2px 0px;  
    float: left;  
}  
  
.oprs_flag_item_green .oprs_flag_box {  
    border: solid 2px green;  
    background-color: green;  
}  
  
.oprs_flag_item_orange .oprs_flag_box {  
    background-color: #fda342;  
}  
  
.oprs_flag_item_yellow .oprs_flag_box {  
    background-color: #f3f171;  
}  
  
.oprs_flag_item_grey .oprs_flag_box {  
    background-color: #e8e8e8;  
}  
  
.oprs_flag_item_red .oprs_flag_box {  
    background-color: #ff0000;  
}  
</style>


<script language="Javascript">
$(document).ready(function() {
loadContent("#futclosedchanges","https://jiraxml2html.fut.netic.dk/index.cgi/show/xml2html/?id=fut_closed_changes");
}); 

function loadContent(divName, Url) {
$.ajax({
 url: Url,
 success: function(data){
 $(divName).html(data);
 },
error: function(data){
 $(divName).html("<center><font color=red>Indhold kunne ikke hentes fra ITSM systemet. Prøv at reloade siden.</font></center>");
}
});
}

</script>

Planned O/S security patches this month

Closed O/S security patches last 30 days

Patch management of Operating System security patches is carried out using an automatic and unattended tool. The tool is scheduled to apply patches to all servers according to the schedule below. The schedule matches the allowed service windows and repeats every month.

First Saturday (at 01:00)

  • preprod-lb02.fut.netic.dk

  • prod001-lb02.fut.netic.dk (del af FUT.PROD.001)

Second Saturday (at 01:00)

  • preprod-db01.fut.netic.dk

  • preprod-es01.fut.netic.dk

  • preprod-lb01.fut.netic.dk

  • preprod-mq01.fut.netic.dk

  • preprod-rancher01.fut.netic.dk

  • preprod-vault01.fut.netic.dk

  • prod001-db01.fut.netic.dk (del af FUT.PROD.002)

  • prod001-es01.fut.netic.dk (del af FUT.PROD.002)

  • prod001-lb01.fut.netic.dk (del af FUT.PROD.002)

  • prod001-mq01.fut.netic.dk (del af FUT.PROD.002)

Third Saturday (at 01:00)

  • admin-vault01.fut.netic.dk

  • prod-db01.fut.netic.dk (del af FUT.PROD.003)

  • prod-es01.fut.netic.dk (del af FUT.PROD.003)

  • gitlab01.fut.netic.dk (del af FUT.PROD.003)

  • harbor01.fut.netic.dk (del af FUT.PROD.003)

  • keycloak01.fut.netic.dk (del af FUT.PROD.003)

  • prod-lb01.fut.netic.dk (del af FUT.PROD.003)

  • prod-mq01.fut.netic.dk (del af FUT.PROD.003)

  • prod-rancher01.fut.netic.dk (del af FUT.PROD.003)

  • splunk01.fut.netic.dk (del af FUT.PROD.003)

  • syslog01.fut.netic.dk (del af FUT.PROD.003)

  • prod-vault01.fut.netic.dk (del af FUT.PROD.003)

Fourth Saturday (at 01:00)

  • keycloak02.fut.netic.dk (del af FUT.PROD.004)

  • prod-lb02.fut.netic.dk (del af FUT.PROD.004)

  • prod001-vault01.fut.netic.dk (del af FUT.PROD.004)

In order to assess whether the patches are correctly applied, please refer to the patch management tickets displayed in the column to the right. A ticket is created for every patching run and for every server. The resolution indicates whether the server has been correctly patched. It can be of two values: Patched or Failed.

Html macro
<div id=futplannedpm></div>
<style>
.recently-updated-concise li.update-item:hover {  
    background: none;  
}  
  
.recently-updated-concise h4.sub-heading {  
    display:none;  
}  
  
.recently-updated-concise 
.update-item-desc, 
.recently-updated-concise 
.update-item-date, 
.recently-updated-concise 
.update-item-changes  {  
    display:none;  
}  
  
.more-link-container, .more-link-base {  
    display:none;  
}  
  
.page-metadata {    
    display:none;    
}    
  
div.recently-updated.macro-blank-experience { display:none; visibility:hidden; }   
  
.rwui_button.rwui_color_red {
    background : url('');   
    background-color: #D63E3E;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_green {
    background : url('');   
    background-color: #528E30;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_blue {
    background : url('');   
    background-color: #FDDE5F;  
    border: 1px solid #d5d5d5;  
    color: #000000 !important;  
}  
  
span.rwui_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oprs_main_wrapper {  
    font-size: 14px;  
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #333333; 
}  
  
.oprs_item {  
    margin: 10px 0px;  
}  
  
.oprs_item:hover {  
    background-color: #f5f5f5;
    border-radius: 3px;
}
  
.oprs_item_title {  
    background-color: #e8e8e8;  
    border-radius: 3px;    

    padding: 11px 13px;  
    font-size: 14px;
    font-weight: bold;
    
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_item_content {  
    padding: 5px 0px;  
    overflow: hidden;
    display: table;
}  

.oprs_item_content div {  
}  
  
.oprs_item_content div.type,  
.oprs_item_content div.customfield_10055,  
.oprs_item_content div.customfield_10091,  
.oprs_item_content div.customfield_11720 {  
}  
  
.oprs_item_content div.priority,  
.oprs_item_content div.customfield_10056,  
.oprs_item_content div.customfield_12224,  
.oprs_item_content div.customfield_11721 {  

}  

.oprs_item_content div.oprs_item_odd,
.oprs_item_content div.oprs_item_even { 
    display: table-row;
    padding: 0px 0px 10px 0px;
} 
  
  
.oprs_customfield_name,  
.oprs_field_name {  
    display: table-cell;
    font-weight: bold;
    color: #666666;
    
    padding: 0px 10px 3px 0px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_field_value {  
    display: table-cell;
    padding: 0px 0px 3px 0px;
}  
  
  
  
.priority_critical_p1 .oprs_item_title {  
    background-color: #ff0000;  
    color: #e8e8e8;  
}  
  
.priority_major_p2 .oprs_item_title {  
    background-color: #fea342;  
}  
  
.priority_medium_p3 .oprs_item_title {  
    background-color: #f3f171;  
}  
  
.priority_minor_p4 .oprs_item_title {
background-color:F3EC00;
}  
  
.priority_low_p5 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
.priority_info_p6 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
  
.oprs_flag_item {  
    height: 22px;  
    line-height: 20px;  
    font-weight: bold;  
}  
  
.oprs_flag_box {   
    border: solid 1px #333333;  
    width: 14px;  
    height: 14px;  
    margin: 2px 5px 2px 0px;  
    float: left;  
}  
  
.oprs_flag_item_green .oprs_flag_box {  
    border: solid 2px green;  
    background-color: green;  
}  
  
.oprs_flag_item_orange .oprs_flag_box {  
    background-color: #fda342;  
}  
  
.oprs_flag_item_yellow .oprs_flag_box {  
    background-color: #f3f171;  
}  
  
.oprs_flag_item_grey .oprs_flag_box {  
    background-color: #e8e8e8;  
}  
  
.oprs_flag_item_red .oprs_flag_box {  
    background-color: #ff0000;  
}  
</style>


<script language="Javascript">
$(document).ready(function() {
loadContent("#futplannedpm","https://jiraxml2html.fut.netic.dk/index.cgi/show/xml2html/?id=fut_planned_pm");
}); 

function loadContent(divName, Url) {
$.ajax({
 url: Url,
 success: function(data){
 $(divName).html(data);
 },
error: function(data){
 $(divName).html("<center><font color=red>Indhold kunne ikke hentes fra ITSM systemet. Prøv at reloade siden.</font></center>");
}
});
}

</script>

Html macro
<div id=futclosedpm></div>
<style>
.recently-updated-concise li.update-item:hover {  
    background: none;  
}  
  
.recently-updated-concise h4.sub-heading {  
    display:none;  
}  
  
.recently-updated-concise 
.update-item-desc, 
.recently-updated-concise 
.update-item-date, 
.recently-updated-concise 
.update-item-changes  {  
    display:none;  
}  
  
.more-link-container, .more-link-base {  
    display:none;  
}  
  
.page-metadata {    
    display:none;    
}    
  
div.recently-updated.macro-blank-experience { display:none; visibility:hidden; }   
  
.rwui_button.rwui_color_red {
    background : url('');   
    background-color: #D63E3E;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_green {
    background : url('');   
    background-color: #528E30;  
    border: 1px solid #d5d5d5;  
}  
  
.rwui_button.rwui_color_blue {
    background : url('');   
    background-color: #FDDE5F;  
    border: 1px solid #d5d5d5;  
    color: #000000 !important;  
}  
  
span.rwui_content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oprs_main_wrapper {  
    font-size: 14px;  
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #333333; 
}  
  
.oprs_item {  
    margin: 10px 0px;  
}  
  
.oprs_item:hover {  
    background-color: #f5f5f5;
    border-radius: 3px;
}
  
.oprs_item_title {  
    background-color: #e8e8e8;  
    border-radius: 3px;    

    padding: 11px 13px;  
    font-size: 14px;
    font-weight: bold;
    
    color: #666666;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_item_content {  
    padding: 5px 0px;  
    overflow: hidden;
    display: table;
}  

.oprs_item_content div {  
}  
  
.oprs_item_content div.type,  
.oprs_item_content div.customfield_10055,  
.oprs_item_content div.customfield_10091,  
.oprs_item_content div.customfield_11720 {  
}  
  
.oprs_item_content div.priority,  
.oprs_item_content div.customfield_10056,  
.oprs_item_content div.customfield_12224,  
.oprs_item_content div.customfield_11721 {  

}  

.oprs_item_content div.oprs_item_odd,
.oprs_item_content div.oprs_item_even { 
    display: table-row;
    padding: 0px 0px 10px 0px;
} 
  
  
.oprs_customfield_name,  
.oprs_field_name {  
    display: table-cell;
    font-weight: bold;
    color: #666666;
    
    padding: 0px 10px 3px 0px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
  
.oprs_field_value {  
    display: table-cell;
    padding: 0px 0px 3px 0px;
}  
  
  
  
.priority_critical_p1 .oprs_item_title {  
    background-color: #ff0000;  
    color: #e8e8e8;  
}  
  
.priority_major_p2 .oprs_item_title {  
    background-color: #fea342;  
}  
  
.priority_medium_p3 .oprs_item_title {  
    background-color: #f3f171;  
}  
  
.priority_minor_p4 .oprs_item_title {
background-color:F3EC00;
}  
  
.priority_low_p5 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
.priority_info_p6 .oprs_item_title {  
    background-color: #13892b;  
    color: #e8e8e8;  
}  
  
  
.oprs_flag_item {  
    height: 22px;  
    line-height: 20px;  
    font-weight: bold;  
}  
  
.oprs_flag_box {   
    border: solid 1px #333333;  
    width: 14px;  
    height: 14px;  
    margin: 2px 5px 2px 0px;  
    float: left;  
}  
  
.oprs_flag_item_green .oprs_flag_box {  
    border: solid 2px green;  
    background-color: green;  
}  
  
.oprs_flag_item_orange .oprs_flag_box {  
    background-color: #fda342;  
}  
  
.oprs_flag_item_yellow .oprs_flag_box {  
    background-color: #f3f171;  
}  
  
.oprs_flag_item_grey .oprs_flag_box {  
    background-color: #e8e8e8;  
}  
  
.oprs_flag_item_red .oprs_flag_box {  
    background-color: #ff0000;  
}  
</style>


<script language="Javascript">
$(document).ready(function() {
loadContent("#futclosedpm","https://jiraxml2html.fut.netic.dk/index.cgi/show/xml2html/?id=fut_closed_pm");
}); 

function loadContent(divName, Url) {
$.ajax({
 url: Url,
 success: function(data){
 $(divName).html(data);
 },
error: function(data){
 $(divName).html("<center><font color=red>Indhold kunne ikke hentes fra ITSM systemet. Prøv at reloade siden.</font></center>");
}
});
}

</script>