+ Initial service configuration captured. +
+ ); + } + + if (item.comparison.kind === "unavailable") { + return ( ++ Changes are unavailable for this revision format. +
+ ); + } + + if (item.comparison.changes.length === 0) { + return ( ++ No configuration changes — redeploy. +
+ ); + } + + return ( +