|
40 | 40 | @click="activeSection = 6" |
41 | 41 | href="#">Appendices |
42 | 42 | </b-nav-item> |
43 | | - <b-nav-item |
44 | | - :active="activeSection === 'task-table'" |
45 | | - @click="activeSection = 7" |
46 | | - href="#">Task Table Demo |
47 | | - </b-nav-item> |
48 | | - |
49 | | - |
| 43 | +<!-- <b-nav-item--> |
| 44 | +<!-- :active="activeSection === 'task-table'"--> |
| 45 | +<!-- @click="activeSection = 7"--> |
| 46 | +<!-- href="#">Task Table Demo--> |
| 47 | +<!-- </b-nav-item>--> |
50 | 48 | </b-navbar-nav> |
51 | 49 | <b-navbar-nav class="ml-auto"> |
52 | 50 | <b-nav-text><strong>Account ID:</strong> {{ account_id }} | <strong>Account Name:</strong> {{ account_name }}</b-nav-text> |
|
83 | 81 | <b-tab id="appendices"> |
84 | 82 | <Glossary/> |
85 | 83 | </b-tab> |
86 | | - <b-tab key="task-table"> |
87 | | - <br> |
88 | | - <h3>Tasks (demo WIP)</h3> |
89 | | - <br> |
90 | | - <!-- <h3>Customer-Managed Policies</h3>--> |
91 | | - <!-- <TaskTable managedBy="Customer" v-bind:items_mapping="getTaskTableMapping('Customer')"/>--> |
92 | | - <!-- <br>--> |
93 | | - <!-- TODO: Figure out the overlap issue where the two tables results in a double info field in Customer policies--> |
94 | | - <h3>AWS-Managed Policies</h3> |
95 | | - <TaskTable managedBy="AWS" v-bind:items_mapping="getTaskTableMapping('AWS')"/> |
96 | | - <!--TODO: Task table for Inline Policies--> |
97 | | - <!-- <h3>Inline Policies</h3>--> |
98 | | - <!-- <TaskTable v-bind:policyNameMapping="getInlinePolicyNameMapping()"/>--> |
99 | | - </b-tab> |
100 | | - |
101 | | - |
| 84 | +<!-- <b-tab key="task-table">--> |
| 85 | +<!-- <br>--> |
| 86 | +<!-- <h3>Tasks (demo WIP)</h3>--> |
| 87 | +<!-- <br>--> |
| 88 | +<!-- <h3>Customer-Managed Policies</h3>--> |
| 89 | +<!-- <TaskTable managedBy="Customer" v-bind:items_mapping="getTaskTableMapping('Customer')"/>--> |
| 90 | +<!-- <br>--> |
| 91 | +<!-- <!–TODO: Figure out the overlap issue where the two tables results in a double info field in Customer policies–>--> |
| 92 | +<!-- <h3>AWS-Managed Policies</h3>--> |
| 93 | +<!-- <TaskTable managedBy="AWS" v-bind:items_mapping="getTaskTableMapping('AWS')"/>--> |
| 94 | +<!-- <!–TODO: Task table for Inline Policies–>--> |
| 95 | +<!-- <h3>Inline Policies</h3>--> |
| 96 | +<!-- <TaskTable v-bind:policyNameMapping="getInlinePolicyNameMapping()"/>--> |
| 97 | +<!-- </b-tab>--> |
102 | 98 | </b-tabs> |
103 | 99 | </b-container> |
104 | 100 | <b-container> |
|
121 | 117 | import Guidance from './components/Guidance' |
122 | 118 | import Glossary from './components/Glossary' |
123 | 119 | import PolicyTable from './components/PolicyTable' |
124 | | - import TaskTable from './components/TaskTable' |
| 120 | + // import TaskTable from './components/TaskTable' |
125 | 121 |
|
126 | 122 | const managedPoliciesUtil = require('./util/managed-policies'); |
127 | 123 | const inlinePoliciesUtil = require('./util/inline-policies'); |
|
186 | 182 | Guidance, |
187 | 183 | Glossary, |
188 | 184 | PolicyTable, |
189 | | - TaskTable |
| 185 | + // TaskTable |
190 | 186 | }, |
191 | 187 |
|
192 | 188 | data() { |
|
0 commit comments