(bfp *management.BruteForceProtection)
| 99 | } |
| 100 | |
| 101 | func (r *Renderer) BruteForceProtectionUpdate(bfp *management.BruteForceProtection) { |
| 102 | r.Heading("brute force protection updated") |
| 103 | r.Result(makeBruteForceProtectionView(bfp)) |
| 104 | } |
| 105 | |
| 106 | func makeBruteForceProtectionView(bfp *management.BruteForceProtection) *bruteForceProtectionView { |
| 107 | return &bruteForceProtectionView{ |
no test coverage detected