Docs/Demo: Add suppression.
This commit is contained in:
Родитель
b561ecb59d
Коммит
f5c57f0121
|
@ -57,7 +57,7 @@ const readAsText = file => new Promise<string>((resolve, reject) => {
|
||||||
}} />
|
}} />
|
||||||
<input type="button" value="Open..." onClick={() => (this.refs.inputFile as any).click() } />
|
<input type="button" value="Open..." onClick={() => (this.refs.inputFile as any).click() } />
|
||||||
</div>
|
</div>
|
||||||
<Viewer logs={[this.sample]} hideBaseline hideLevel showAge />
|
<Viewer logs={[this.sample]} hideBaseline hideLevel showSuppression showAge />
|
||||||
<Shield onDrop={this.loadFile} />
|
<Shield onDrop={this.loadFile} />
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче