1+ < div >
2+ < div class ="waltz-page-summary ">
3+ <!-- BASICS -->
4+ < div class ="row ">
5+ < div class ="col-md-12 ">
6+ < h3 style ="margin-top: 10px; padding-bottom: 4px; border-bottom: 1px solid #eee; ">
7+ {{ ctrl.capability.name }}
8+ </ h3 >
9+ < div style ="border-bottom: 2px dotted #eee; padding: 6px "
10+ class ="waltz-paragraph ">
11+ {{ ctrl.capability.description }}
12+ </ div >
13+ </ div >
14+ </ div >
15+
16+
17+
18+ < div class ="row ">
19+ < div class ="col-sm-4 ">
20+ < waltz-apps-by-investment-pie applications ="ctrl.applications "
21+ size ="80 ">
22+ </ waltz-apps-by-investment-pie >
23+ </ div >
24+
25+ < div class ="col-sm-4 ">
26+ < waltz-apps-by-lifecycle-phase-pie applications ="ctrl.applications "
27+ size ="80 ">
28+ </ waltz-apps-by-lifecycle-phase-pie >
29+ </ div >
30+
31+ < div class ="col-sm-4 ">
32+ < waltz-data-flows-by-direction-pie applications ='ctrl.applications '
33+ flows ="ctrl.flows "
34+ size ="80 ">
35+ </ waltz-data-flows-by-direction-pie >
36+ </ div >
37+ </ div >
38+
39+
40+ < div class ="row ">
41+
42+ <!-- PORTFOLIO COST -->
43+ < div class ="col-sm-4 ">
44+ < waltz-basic-info-tile name ="Portfolio Cost "
45+ description ="Cumulative value of infra and app dev costs "
46+ waltz-jump-to ="costs-section "
47+ icon ="money ">
48+ < span style ="font-size: xx-large; ">
49+ {{ ctrl.portfolioCostStr }}
50+ </ span >
51+ </ waltz-basic-info-tile >
52+ </ div >
53+
54+
55+ <!-- COMPLEXITY -->
56+ < div class ="col-sm-4 ">
57+ < waltz-basic-info-tile name ="Complexity "
58+ description ="Derived from capabilities, connections and servers "
59+ class ="clickable "
60+ waltz-jump-to ="complexity-section "
61+ icon ="rocket ">
62+ < div style ="font-size: xx-large; ">
63+ Σ {{ ctrl.complexitySummary.cumulativeScore | toFixed:1 }}
64+ </ div >
65+ < div class ="small text-muted ">
66+ {{ ctrl.complexitySummary.averageScore | toFixed:2 }} per app
67+ </ div >
68+ </ waltz-basic-info-tile >
69+
70+ </ div >
71+
72+ <!-- SERVERS -->
73+ < div class ="col-sm-4 ">
74+ < waltz-basic-info-tile name ="Servers "
75+ description ="Number of servers supporting this group "
76+ icon ="server ">
77+ < div >
78+ < div style ="font-size: xx-large; ">
79+ # {{ ctrl.serverStats.total }}
80+ </ div >
81+ < div class ="small text-muted ">
82+ {{ ctrl.serverStats.virtualPercentage }}% virtual
83+ </ div >
84+ </ div >
85+ </ waltz-basic-info-tile >
86+ </ div >
87+
88+ </ div >
89+
90+
91+ </ div >
92+ </ div >
0 commit comments